Internal Compiler Error
I forwarded the issue on to the CE compiler folks who have verified that the Internal Compiler Error is fixed in the latest (unreleased) builds and it instead emits a diagnostic error. Thanks, ~Pete...
View ArticleInternal Compiler Error
I forwarded the issue on to the CE compiler folks who have verified that the Internal Compiler Error is fixed in the latest (unreleased) builds and it instead emits a diagnostic error.Thanks,~PeteSDET...
View ArticleInternal Compiler Error
File has been sent. For everyone's reference: This code will reproduce it for me #include <boost/shared_ptr.hpp> #include <boost/bind.hpp> #include <boost/function.hpp> class...
View ArticleInternal Compiler Error
you can mail it to psteijn at microsoft dot comSDET Windows C++ CodeGenerationTeam - Performance
View ArticleInternal Compiler Error
I can help you here. Can you please generate a preprocessed file by compiling your program with the /P option?Thanks,~PeteSDET Windows C++ CodeGenerationTeam - Performance
View ArticleInternal Compiler Error
That is hilarious, I had that exact same ICE about an hour ago too. Add the _1 and it is gone. Probably worth either trying in VC10 or opening a Connect incident to report it.
View ArticleInternal Compiler Error
The problem in my code is that I forgot the _1. I do not know why it caused the compiler to crash, though.boost::bind( &TestClass< Test >::SomeFunction, t, _1 )( &value );-PaulH
View ArticleInternal Compiler Error
To be more specific, I'm using Visual Studio Team System 2008 Development Edition version 9.0.30729.4108 QFE.The exact error is:Internal Compiler Error in C:\Program Files\Microsoft Visual Studio...
View ArticleInternal Compiler Error
The following code produces an "Internal Compiler Error" in VS2008 SP1. Can anybody point out what I may be doing wrong?class Test { public: BOOL SomeFunction( int* ){ return TRUE; }; }; template<...
View Article