diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 12:08:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 12:08:21 +0200 |
commit | 0324ad68eed762ebf00ed4fb5a7ea2f2e3bd77b6 (patch) | |
tree | 36a327dbe3f33c6c25eb48ba54491261411dadfe /butl/utility.cxx | |
parent | a345a24df9e40e0ba2bf1b35a5a98420b4cc255d (diff) |
Add diagnostics facility
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; +} |