mirror of
https://github.com/boostorg/scope.git
synced 2026-01-26 07:02:09 +00:00
This avoids applying std::is_nothrow_constructible to unique_resource, which at that point is incomplete. Presumably, this causes ICE in gcc-5 through 8 and compile errors with MSVC.