Boost::tuple: fix compiler-specifc test.
parent
eadc6116c0
commit
6be8df5fde
|
@ -38,10 +38,10 @@ TEST(NoBoostTest, Tuple) {
|
|||
|
||||
boost::tuple<int, float, double, bool, another> second;
|
||||
bool b = second.get<3>();
|
||||
EXPECT_FALSE(b);
|
||||
|
||||
// check empty tuple, ignore compile warning
|
||||
// check empty tuple
|
||||
boost::tuple<> third;
|
||||
third;
|
||||
|
||||
// FIXME: Explicit conversion not really required yet
|
||||
boost::tuple<float,float,float> last =
|
||||
|
|
Loading…
Reference in New Issue