eina-cxx: Added test for inheriting constructors in the C++11 compiler
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 7 Aug 2014 09:31:08 +0000 (11:31 +0200)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 7 Aug 2014 09:32:49 +0000 (11:32 +0200)
commit97cf6d0efb1a8a8c7cef5d984f6d23c1470af4cf
tree99155b068c1cd2826d07c7010503a01a0b94954e
parentf5cff9490e04cea98d8f22530c0098f8475a685f
eina-cxx: Added test for inheriting constructors in the C++11 compiler

This adds the inheriting constructor feature test to the m4 macros to
avoid compilation of the C++11 binding in constructors without this
features, where they would unavoidably fail compilation. This
eliminates GCC 4.7.x since inheriting constructors were available only
from GCC 4.8 and forward.
m4/efl_stdcxx_11.m4