Commit c5bd8d52 by Jonathan Wakely Committed by Jonathan Wakely

* libsupc++/new_handler.cc: Fix for explicit constructor change.

From-SVN: r230184
parent f55e699d
2015-11-11 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/new_handler.cc: Fix for explicit constructor change.
PR libstdc++/60421
* include/std/thread (this_thread::sleep_for): Retry on EINTR.
(this_thread::sleep_until): Retry if time not reached.
......
......@@ -34,7 +34,7 @@ namespace
}
#endif
const std::nothrow_t std::nothrow = { };
const std::nothrow_t std::nothrow = std::nothrow_t{ };
using std::new_handler;
namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment