diff options
Diffstat (limited to 'butl/utility.cxx')
-rw-r--r-- | butl/utility.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/butl/utility.cxx b/butl/utility.cxx new file mode 100644 index 0000000..d6f418c --- /dev/null +++ b/butl/utility.cxx @@ -0,0 +1,10 @@ +// file : butl/utility.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#include <butl/utility> + +namespace butl +{ + bool exception_unwinding_dtor = false; +} |