|
Boost Testing : |
Subject: Re: [Boost-testing] Disable test if not compiling with c++11
From: Robert Ramey (ramey_at_[hidden])
Date: 2016-07-17 13:50:25
On 7/16/16 9:11 PM, Rene Rivera wrote:
> Is there something like this to omit this test if not using c++11?
>
> [ run csr_graph_test.cpp : : : : : <variant>release <std>c++11 ]
>
> Or is there another way to accomplish this?
>
I can't find any information on the <std> . Where should I be looking?
I've look at
http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
Robert Ramey