aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.cxx
blob: 591ff5222f26c0b1f651c7bee7d6ffdae5de32a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : bbot/utility.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <bbot/utility>

#include <bbot/diagnostics>

using namespace std;
using namespace butl;

namespace bbot
{
}