]> granicus.if.org Git - clang/commit
Attempt to appease C++11 buildbots
authorBen Langmuir <blangmuir@apple.com>
Wed, 19 Feb 2014 04:17:47 +0000 (04:17 +0000)
committerBen Langmuir <blangmuir@apple.com>
Wed, 19 Feb 2014 04:17:47 +0000 (04:17 +0000)
commit2dc42ea1400fdf6a7463fe01889dbd12b7e61613
tree4fee6ab279b0665c389170a4a3cd29458b5e0727
parent251d40e5ff3205ad2d175941ef0e546c6de30cbf
Attempt to appease C++11 buildbots

Explicit operator bool doesn't not play nicely with gtest assertion
macros (i.e. it performs as advertised and I wish that gtest subverted
it for me).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201639 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Basic/VirtualFileSystemTest.cpp