Move this to archutils since it really shouldn't be here. (And it is misspelled.)

This commit is contained in:
Steve Checkoway
2003-11-26 00:54:44 +00:00
parent 50ba1394a2
commit 700ab45055
-4
View File
@@ -1,4 +0,0 @@
// Just a missing template
#include <string>
template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;