
22 Mar
2004
22 Mar
'04
1:03 p.m.
- The test for BOOST_NO_STD_LOCALE is really restrictive. Fortunately it only refers to the Dinkum lib shipping with VC7. [...]
Sure, but Intel was choking on anything that included <locale> (or even did any vaguely non-trivial stream io) - if you can verify that this has been fixed with Intel 8 (I'm sure it probably has), then lets add an Intel version check and re-enable this for Intel 8.
Sorry, I can't, because I have no access to the VC7's Dinkum.
OK, checked and working with Intel 8. However I have discovered another good reason to use and rely upon -Qvc7.1 and -Qvc7 : without these not only does the Intel compiler set _MSC_VER to 1200, but it also disables things like ADL :-/ John.