Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
libcxx
/
test
/
strings
/
basic.string
/
string.modifiers
/
string_replace
53b88da
Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string.
by Marshall Clow
· 12 years ago
e34f6f6
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
by Marshall Clow
· 12 years ago
fc88dbd
Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib.
by Howard Hinnant
· 12 years ago
eec7218
Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
by Howard Hinnant
· 12 years ago
54976f2
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
by Howard Hinnant
· 14 years ago
5ba1459
LWG 1323
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
bf2897c
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
70d0fe5
Replaced :: with _ in several path names
by Howard Hinnant
· 15 years ago