From 4b521ea90b2b770355ce98916f5499d57db7c2f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 09:12:14 +0200 Subject: Add (commented-out) noexcept --- cutl/compiler/code-stream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/compiler/code-stream.hxx') diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx index bfd33d0..915857b 100644 --- a/cutl/compiler/code-stream.hxx +++ b/cutl/compiler/code-stream.hxx @@ -125,7 +125,7 @@ namespace cutl typedef S stream_type; ostream_filter (std::basic_ostream& os); - ~ostream_filter (); + ~ostream_filter () /*noexcept (false)*/; stream_type& stream () -- cgit v1.1