aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/code-stream.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 09:12:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 09:12:14 +0200
commit4b521ea90b2b770355ce98916f5499d57db7c2f8 (patch)
tree7a37fea685b1e76d48faedeaff0d37706a697472 /cutl/compiler/code-stream.txx
parentc6bcb153f0a6a7dd7bc60e718b268ba657dd747b (diff)
Add (commented-out) noexcept
Diffstat (limited to 'cutl/compiler/code-stream.txx')
-rw-r--r--cutl/compiler/code-stream.txx2
1 files changed, 1 insertions, 1 deletions
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
{