Boost logo

Ublas :

Subject: Re: [ublas] Test test_fixed_container
From: Joaquim Duran (jduran.gm_at_[hidden])
Date: 2014-11-06 03:48:48


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 <nasos_i_at_[hidden]>:
> 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
>> ublas_at_[hidden]
>> http://lists.boost.org/mailman/listinfo.cgi/ublas
>> Sent to: athanasios.iliopoulos.ctr.gr_at_[hidden]
>
>
> _______________________________________________
> ublas mailing list
> ublas_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/ublas
> Sent to: jduran.gm_at_[hidden]