Fixed test case for VC7.0

[SVN r14627]
This commit is contained in:
John Maddock
2002-07-27 11:47:04 +00:00
parent 57e7ccd494
commit 5e26f47535

View File

@ -35,7 +35,7 @@
* Therefore, avoid explicit function template instantiations.
*/
#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1200)
#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1300)
template<typename T> inline T make_char_numeric_for_streaming(T x) { return x; }
namespace fix{
inline int make_char_numeric_for_streaming(char c) { return c; }