Boost logo

Boost-Build :

Subject: Re: [Boost-build] c++-std-version
From: Alexander Arhipenko (arhipjan_at_[hidden])
Date: 2012-10-24 03:50:06


On Mon, Oct 22, 2012 at 8:00 PM, Vicente J. Botet Escriba
<vicente.botet_at_[hidden]> wrote:
> Le 22/10/12 10:54, Alexander Arhipenko a écrit :
>
[snip]
>>
> Hi,
>
> people use to configure their toolset as follows
>
> using gcc : 4.7.1-c++98 : /usr/gcc-4.7.1/bin/g++-4.7 ;
> using gcc : 4.7.1-c++11 : /usr/gcc-4.7.1/bin/g++-4.7 :
> <cxxflags>-std="c++11" ;
>

Hi,
Thanks for the hint.
This solution could be used easily.
However this approach will require more development on "client" side.
What I mean: assume 10 developers (and also several CI servers)
using 1 svn repository - each of them should be setup.
If feature is built into build system - no development required.

> I agree however that it could be useful the build system adds a new feature
> that can be tested on the jamfiles to make some build conditional.
>
> Best,
> Vicente
>

Regards


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk