Skip to content
Snippets Groups Projects
Commit 85d37ca3 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Steffen Müthing
Browse files

Mark destructor of DebugStream as noexcept(false)


C++11 defaults destructors to noexcept.
Good catch, GCC 6!

Adjusted to check for availability of noexcept specifier, as that is not
a given in 2.4.

(cherry picked from commit 45797c46)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 3d96d085
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment