mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 20:57:13 +02:00
Fixed test case for VC7.0
[SVN r14627]
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
* Therefore, avoid explicit function template instantiations.
|
* 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; }
|
template<typename T> inline T make_char_numeric_for_streaming(T x) { return x; }
|
||||||
namespace fix{
|
namespace fix{
|
||||||
inline int make_char_numeric_for_streaming(char c) { return c; }
|
inline int make_char_numeric_for_streaming(char c) { return c; }
|
||||||
|
Reference in New Issue
Block a user