G
Guest
Hi All,
I hope this is the right news group
I get several internal compiler errors with studio.net 2002, when compiler
with /CLR in release mode, it's on a statement similiar to this one:
SomeList::iterator it = someList.find_if(
std::compose1( std::bind2nd( std::equal_to<int>(), 42 ),
std::mem_fun( SomeObject::getInt ) ) );
The error I get is:
f:\SomeFile.cpp(223) : fatal error C1001: INTERNAL COMPILER ERROR (compiler
file 'f:\vs70builds\9466\vc\Compiler\Utc\src\p2\wvm\lowerw.c', line 6820)
Please choose the Technical Support command on the Visual C++
For now I'll disable the optimization, and check if they've fixed it in
2003.net.
I hope this is the right news group
I get several internal compiler errors with studio.net 2002, when compiler
with /CLR in release mode, it's on a statement similiar to this one:
SomeList::iterator it = someList.find_if(
std::compose1( std::bind2nd( std::equal_to<int>(), 42 ),
std::mem_fun( SomeObject::getInt ) ) );
The error I get is:
f:\SomeFile.cpp(223) : fatal error C1001: INTERNAL COMPILER ERROR (compiler
file 'f:\vs70builds\9466\vc\Compiler\Utc\src\p2\wvm\lowerw.c', line 6820)
Please choose the Technical Support command on the Visual C++
For now I'll disable the optimization, and check if they've fixed it in
2003.net.