j
k
j a
j l
Joel de Guzman wrote:
Can you do "emplace" without move-construct? With a non-C++0x compiler? What am I missing?
Well, Boost.optional has been doing it for years already. The only problem is correctly forwarding the arguments of the constructor.
Back to the thread
Back to the list