------- Additional Comments From pcarlini at suse dot de  2005-03-06 19:49 
-------
The error message that you are seeing is triggered by 'std::endl', a 
"manipulator"
in standard terms, that cannot currently inlined. I have trouble believing that
the performance bottleneck of your application is 'std::endl'... Just change
it for '\n' and flush only when really needed.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20343

Reply via email to