Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
arithmetic.operations
/
multiplies.pass.cpp
c255fa5
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7.
by Stephan T. Lavavej
· 9 years ago
0f901c7
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
66369c0
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
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/utilities/function.objects/arithmetic.operations/multiplies.pass.cpp]
3d5134dd
Implement n3789; constexpr support in named function objects
by Marshall Clow
· 12 years ago
83c08b4
Implement N3421; comparison predicates<void>
by Marshall Clow
· 12 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
94b2dd0
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago