* Posts by Oren

1 publicly visible post • joined 7 Mar 2008

Stroustrup and Sutter: C++ to run and run

Oren

RE: Template Debugging

"Templates are powerful, but damn near impossible to debug. "

That's true, but it's mainly a compiler error (failure to emit useful error messages) as opposed to a language issues. My hope was that C++0X would mandate compilers do a better job in this regard.