[Bug libstdc++/41351] std::rotate on RAI does not conform to ISO complexity requirement

paolo dot carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Tue Nov 3 17:36:00 GMT 2009



------- Comment #49 from paolo dot carlini at oracle dot com  2009-11-03 17:36 -------
By the way, it's really silly to have code used only for copy-able types (like
scalars or pods) and having to use the *_MOVE* macros only for compilation
sake, in such cases it's normally much cleaner to have the thing inside a
template instantiated on demand.


-- 


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



More information about the Gcc-bugs mailing list