Relaxed interoperable requirements.

[SVN r763]
This commit is contained in:
Thomas Witt
2002-12-10 20:43:46 +00:00
parent 45c0a299f5
commit 8e6e19f074

View File

@@ -287,7 +287,9 @@ namespace boost_concepts {
BOOST_STATIC_ASSERT((boost::is_same< traversal_category, BOOST_STATIC_ASSERT((boost::is_same< traversal_category,
const_traversal_category>::value)); const_traversal_category>::value));
detail::Operations<traversal_category>::constraints(i, ci); // ToDo check what the std really requires
// detail::Operations<traversal_category>::constraints(i, ci);
ci = i; ci = i;