N4157: Relaxing Packaging Rules for Exceptions Thrown by Parallel Algorithms -- Arch Robison
A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4157
Date: 2014-10-02
Relaxing Packaging Rules for Exceptions Thrown by Parallel Algorithms
by Arch Robison
Excerpt:
If an algorithm invocation throws only a single exception, then it should be allowed to propagate the singleton exception directly instead of returning it wrapped in an
exception_list.

New in Eric's series on ranges for C++:
ACCU 2015 is now putting together its program, and they want you to speak on C++. ACCU has long had a strong C++ track, though it is not a C++-only conference. If you have something to share, check out the call for papers.
A widely-used C++ program you might never have heard of: Physicists and other scientists use the GEANT4 toolkit to identify problems before they occur.
On Sticky Bits: