Re: [PATCH] Fix typos in experimental::shared_ptr

2016-10-18 Thread Jonathan Wakely
On 18/10/16 19:30 +0100, Jonathan Wakely wrote: A couple of minor things I found whlie reviewing this code. * include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)): Remove const from parameter. (operator<(const shared_ptr&, nullptr_t)): Use correct spe

[PATCH] Fix typos in experimental::shared_ptr

2016-10-18 Thread Jonathan Wakely
A couple of minor things I found whlie reviewing this code. * include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)): Remove const from parameter. (operator<(const shared_ptr&, nullptr_t)): Use correct specialization of std::less. * testsuite/exp