Re: Test test_fixed_container
Nasos Iliopoulos <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
Joaquim You shouldn't need to define this directive. C++11 presence should be automatically detected, just make sure that you compile with -std=c++11 for intel and gcc (for b2 I think you should add in the command line cxxflags=-std=c++11). For MSVC you don't need the build flag. See relevant sections of config.hpp: https://github.com/boostorg/ublas/blob/master/include/boost/numeric/ublas/detail/config.hpp -Nasos On 11/04/2014 08:22 PM, Joaquim Duran wrote: > I would like to run the test test_fixed_container with > BOOST_UBLAS_CPP_GE_2011 defined. I've modified the file JamFile.v2 but > it is not working fine. > > [ run test_fixed_continers.cpp > : > : > : > <include> BOOST_UBLAS_CPP_GE_2011 > ] > > How can I define BOOST_UBLAS_CPP_GE_2011? > > Joaquim Duran > _______________________________________________ > ublas mailing list > [email protected] > http://lists.boost.org/mailman/listinfo.cgi/ublas > Sent to: [email protected]