aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/code-stream.txx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/code-stream.txx')
-rw-r--r--cutl/compiler/code-stream.txx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index 4b26f24..ff7b96d 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 () /*noexcept (false)*/
+ ~ostream_filter ()
{
try
{
@@ -86,7 +86,6 @@ namespace cutl
catch (...)
{
os_.rdbuf (prev_);
- throw;
}
os_.rdbuf (prev_);