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

@@ -286,8 +286,10 @@ namespace boost_concepts {
const_difference_type>::value));
BOOST_STATIC_ASSERT((boost::is_same< traversal_category,
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;