Re: [patch] Use delegating constructors in std::shared_ptr

2014-04-15 Thread Jonathan Wakely
On 15/04/14 21:51 +0200, Václav Zeman wrote: On 04/15/2014 08:29 PM, Jonathan Wakely wrote: A minor simplification that removes a longstanding TODO note. Tested x86_64-linux, committed to trunk. diff --git a/libstdc++-v3/include/bits/shared_ptr.h b/libstdc++-v3/include/bits/shared_ptr.h ind

[patch] Use delegating constructors in std::shared_ptr

2014-04-15 Thread Jonathan Wakely
A minor simplification that removes a longstanding TODO note. Tested x86_64-linux, committed to trunk. commit 7769b63f43899b901bba08e5b2b3a6806e2195f2 Author: Jonathan Wakely Date: Tue Apr 15 19:00:47 2014 +0100 * include/bits/shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use