Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
llvm
/
llvm-project
/
libcxx
/
c9c775b29d6d756b51c2041c2a8b5a20cd1697cb
/
src
/
algorithm.cpp
f926059
Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
by Howard Hinnant
· 12 years ago
ee11c31
license change
by Howard Hinnant
· 15 years ago
578ac0f
Completed [alg.random.shuffle].
by Howard Hinnant
· 15 years ago
c566dc3
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
c51e102
libcxx initial import
by Howard Hinnant
· 15 years ago