Re: [boost] Possibly new configuration macro for Boost.Config

2003-01-09 Thread Terje Slettebø
>From: "John Maddock" <[EMAIL PROTECTED]> > > While working on the lexical_cast proposition, I found that the following > > code works on Comeau C++, GCC 3.2 and Borland C++ Builder 6.0, but fails > on > > Intel C++ 7.0, in strict mode: > > If it is that compiler specific, and is only effecting on

Re: [boost] Possibly new configuration macro for Boost.Config

2003-01-09 Thread John Maddock
> While working on the lexical_cast proposition, I found that the following > code works on Comeau C++, GCC 3.2 and Borland C++ Builder 6.0, but fails on > Intel C++ 7.0, in strict mode: > > #include > > template > void f(Result,T) {} > > template > void f(Result,std::basic_string) {} > > template

[boost] Possibly new configuration macro for Boost.Config

2003-01-09 Thread Terje Slettebø
Hi. While working on the lexical_cast proposition, I found that the following code works on Comeau C++, GCC 3.2 and Borland C++ Builder 6.0, but fails on Intel C++ 7.0, in strict mode: #include template void f(Result,T) {} template void f(Result,std::basic_string) {} template void f(std::basi