|
Go to the documentation of this file.
11 #include <adobe/check_container.hpp>
13 #include <boost/concept_check.hpp>
16 #include <adobe/implementation/swap.hpp>
32 BOOST_CHECK_MESSAGE(c.size() == std::distance(c.begin(), c.end()), "container size");
33 BOOST_CHECK_MESSAGE(d.size() == std::distance(d.begin(), d.end()), "container size");
|