Changeset 3291
- Timestamp:
- Jul 14, 2014, 3:29:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.12-stable/configure.ac
r3265 r3291 469 469 [ 470 470 @%:@include <boost/concept_check.hpp> 471 @%:@include <vector>472 471 ],[ 473 using namespace boost; 474 using std::vector; 475 typedef vector<int>::iterator iterator; 476 BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>)); 472 BOOST_CONCEPT_ASSERT((boost::Mutable_RandomAccessIterator<double* >)); 477 473 ]) 478 474 ], [ # IF-SUCCESSFUL
Note: See TracChangeset
for help on using the changeset viewer.