Greetings all, I'm wondering if anyone has encountered the error below:
 
--------------------------------------------------
 
E:\software\opensourcelibs\boost_1_26_0\boost\iterator_adaptors.hpp(845) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1794)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information
        Floating-point expression required
Error executing cl.exe.

--------------------------------------------------
I'm using the tokenzier from the boost library and get this error on several compiles. To resolve the problem I always have to do a "Rebuild All" in MSVC. Could anyone provide some insight as to why this is happening.
 
I have tried looking for that msc1.cpp file but cannot find it! I ma a junior programmer that is also getting used to the VC environment so I am not sure if it's a setting with VC or with boost.
 
Running MSVC 6.0 with STLPort 4.5.1 on Win2k SP2 + VC SP5 and using boost_1_26_0
 
 
- Keno -