Ignore:
Timestamp:
Feb 13, 2015, 12:22:36 PM (9 years ago)
Author:
Peter
Message:

avoid using weighted_iterator_archetype with incrementable_traversal_tag. note, should reflect this in docs and concept checks in library as well. refs #803

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/weighted_iterator_archetype.cc

    r3377 r3379  
    144144  // this is a compilation test - do not run
    145145  if (false) {
    146     test1<boost::incrementable_traversal_tag>();
     146    //test1<boost::incrementable_traversal_tag>();
    147147    test1<boost::single_pass_traversal_tag>();
    148148    test1<boost::forward_traversal_tag>();
Note: See TracChangeset for help on using the changeset viewer.