Sign in
flutter
/
third_party
/
libcxx
/
5f31123bc7b60ca241a271148c5dad29a007414d
/
test
/
std
/
utilities
/
function.objects
/
bitwise.operations
/
bit_or.pass.cpp
e15dd4e
Support tests in freestanding
by JF Bastien
· 6 years ago
7c3769d
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
e619862
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 8 years ago
27a1a2c
In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion.
by Marshall Clow
· 10 years ago
a90c6dd
Move test into test/std subdirectory.
by Eric Fiselier
· 10 years ago
[Renamed from test/utilities/function.objects/bitwise.operations/bit_or.pass.cpp]
9738caf
Implement n3789; constexpr support in named function objects
by Marshall Clow
· 11 years ago
ff46409
Implement N3421; comparison predicates<void>
by Marshall Clow
· 12 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
c52f43e
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 15 years ago