Changeset 3291


Ignore:
Timestamp:
Jul 14, 2014, 3:29:36 AM (9 years ago)
Author:
Jari Häkkinen
Message:

Getting rid of clang warning 'unsequenced modification and access to 'i' [-Wunsequenced]'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.12-stable/configure.ac

    r3265 r3291  
    469469  [
    470470    @%:@include <boost/concept_check.hpp>
    471     @%:@include <vector>
    472471  ],[
    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* >));
    477473  ])
    478474], [ # IF-SUCCESSFUL
Note: See TracChangeset for help on using the changeset viewer.