mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 20:23:39 +08:00
It only contained a reimplementation of std::to_string, which I have replaced with usages of pre-existing llvm::to_string (also, injecting members into the std namespace is evil). llvm-svn: 278000