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
86779d88bf Removed unnecessary (and incorrect in C++03) typenames
[SVN r77541]
2012-03-25 16:58:32 +00:00
Jeremiah Willcock
67f5966197 Added composition of function to output of property map
[SVN r77535]
2012-03-25 05:19:30 +00:00