Commit Graph

3 Commits

Author SHA1 Message Date
Alexander Lisianoi
11f2e42123 Use BOOST_CONCEPT_ASSERT instead of deprecated function_requires()
Currently, function_requires is a wrapper around BOOST_CONCEPT_ASSERT
and is marked for deprecation by the docs [1]. This PR substitutes all
calls to function_requires with calls to BOOST_CONCEPT_ASSERT in both
code and tests.

Also remove #include <boost/concept_check.hpp> from all files
(including parallel_property_maps.hpp) and leave it only in
property_map.hpp

[1]: http://www.boost.org/doc/libs/1_61_0/libs/concept_check/reference.htm#deprecated-functions
2016-09-11 15:43:33 +02:00
Jeremiah Willcock
4b60c3c8d6 Removed unnecessary (and incorrect in C++03) typenames
[SVN r77540]
2012-03-25 16:58:07 +00:00
Jeremiah Willcock
425efe2ca5 Added function_property_map based on code from Philipp Moeller; fixes #6728
[SVN r77506]
2012-03-23 19:35:52 +00:00