eina: provide a C++-compatible version of _EINA_INLIST_CONTAINER
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Sep 2011 17:02:02 +0000 (17:02 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Sep 2011 17:02:02 +0000 (17:02 +0000)
commite36396171d05d3c1528f87844db7b944dc72b970
tree14a5e581620ad3db4e156b3e30b6e7ce72c7a007
parent6405edfcb950760f398e1217b1729a618e7828be
eina: provide a C++-compatible version of _EINA_INLIST_CONTAINER

In C++ we can't assign a void pointer to another type pointer without casts. We
now rely on typeof() operator *when using C++*.

We may provide another version later for those compilers without typeof()
support.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@63568 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_inlist.h