$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Are some of the trunk regression tests running in C++0x mode when they shouldn't be?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-11-10 15:13:46
Steven Watanabe <watanabesj <at> gmail.com> writes:
> > Looks like -std=c++0x is being specified when it shouldn't for some reason?
> > Is something broken, or am i imagining it?
> >
>
> This is a problem in Boost.Test as of r75372.
How should I specify in Jamfile that I want to require c++11 support from gcc
starting with version a.b.c?
Gennadiy