------- Comment #15 from bangerth at gmail dot com 2010-04-19 15:51 ------- (In reply to comment #14) > > Well it's about time someone put a stop to it ;-) > > Seriously though, it's quicker to write e.g. > return std::pair<uint32_t, uint32_t>(x, y) > than > return std::make_pair<uint32_t, uint32_t>(x, y);
No question. The point I wanted to make is that such code exists out there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43785