lumiera_/tests/library/meta
Ichthyostega a205653cad C++ uses a more precise meaning of 'convertiblity' now
Conversion means automatic conversion. In our case,
what we need ist the ability to *construct* a bool from
our (function) object -- while functors aren't automatically
convertible to bool. Thus we use one of the new predicates
from <type_traits>
2014-05-09 00:56:31 +02:00
..
config-flags-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
duck-detector-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
dummy-functions.hpp reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
function-closure-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
function-composition-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
function-erasure-test.cpp C++ uses a more precise meaning of 'convertiblity' now 2014-05-09 00:56:31 +02:00
generator-combinations-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
generator-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iterable-classification-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
meta-utils-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
tuple-diagnostics.hpp reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
type-tuple-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typelist-diagnostics.hpp Clang(#928): fix re-entrance error in testcode 2013-09-28 01:16:22 +02:00
typelist-manip-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typelist-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typelist-util-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typeseq-manip-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00