Removed VC++ specific #pragma

This commit is contained in:
jez_higgins 2003-09-08 15:12:46 +00:00
parent 9329ac47ca
commit 09bd0dca84

View file

@ -45,7 +45,6 @@
#include <locale>
#include <sstream>
#include <algorithm>
#pragma warning(disable: 4244)
template<typename charT,
typename traitsT = std::char_traits<charT>,