Re: Test test_fixed_container
Joaquim Duran <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <CANdawSHBqaXrbFC6p85DsDj6a2Hq+t1w4eNHKo4Fe441Dzi7LQ@mail.gmail.com> |
Nasos, I've activated the c++11 flag in gcc and the compilation of test_fixed_container has been successful. Thanks. Joaquim Duran 2014-11-05 14:51 GMT+01:00 Nasos Iliopoulos <[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] > > > _______________________________________________ > ublas mailing list > [email protected] > http://lists.boost.org/mailman/listinfo.cgi/ublas > Sent to: [email protected]