aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler')
-rw-r--r--cutl/compiler/code-stream.hxx2
-rw-r--r--cutl/compiler/code-stream.txx2
2 files changed, 2 insertions, 2 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 ()
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index 232c5cc..4b26f24 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -77,7 +77,7 @@ namespace cutl
template <template <typename> class S, typename C>
ostream_filter<S, C>::
- ~ostream_filter ()
+ ~ostream_filter () /*noexcept (false)*/
{
try
{