Commit Graph

5 Commits

Author SHA1 Message Date
Joel Falcou
482a6f9419 Fix test for enable_if_has_type 2015-08-18 08:59:05 +02:00
Joel Falcou
87d43ddffc Rename to enable_if_has_type in concordance with MPL existing traits 2015-08-13 17:42:34 +02:00
Joel Falcou
ad513c1641 Introduces enable_if_type
enable_if_type allow to perform SFINAE check on the existence
of a dependent type.

It has been used here and there in various boost library but it's
useful enough to warrant an autonomous existence.
2015-08-10 16:55:44 +02:00
Peter Dimov
927f98189d Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
Peter Dimov
5dd86f3ac4 Move and rename test files. 2014-06-01 01:31:54 +03:00