aboutsummaryrefslogtreecommitdiff
path: root/butl/utility.cxx
blob: d6f418c55473b283808f6c1ccbf9880c713c47af (plain)
1
2
3
4
5
6
7
8
9
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;
}