aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/code-stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/code-stream.hxx')
-rw-r--r--cutl/compiler/code-stream.hxx2
1 files changed, 1 insertions, 1 deletions
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<C> stream_type;
ostream_filter (std::basic_ostream<C>& os);
- ~ostream_filter ();
+ ~ostream_filter () /*noexcept (false)*/;
stream_type&
stream ()