|
Boost Testing : |
Subject: [Boost-testing] Disable test if not compiling with c++11
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2016-07-16 19:11:57
Hi,
This graph test case only compiles with c++11, otherwise fails with a compile error.
[ run csr_graph_test.cpp : : : : : <variant>release ]
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?
Thanks.
â- Noel