diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
commit | b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 (patch) | |
tree | 4b1efc586782507e0647e884d6a13c6605298508 /build/utility.cxx | |
parent | 47751abc43dab40e0ac4a1523994fd533e6a3b22 (diff) |
Diagnostic infrastructure revamp
Diffstat (limited to 'build/utility.cxx')
-rw-r--r-- | build/utility.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/utility.cxx b/build/utility.cxx index f3fd51b..cd92740 100644 --- a/build/utility.cxx +++ b/build/utility.cxx @@ -8,5 +8,7 @@ using namespace std; namespace build { + bool exception_unwinding_dtor = false; + string_pool extension_pool; } |