Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
libcxx
/
test
/
strings
/
basic.string
/
string.access
/
db_index.pass.cpp
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
145afa1
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
by Howard Hinnant
· 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