From a133e7b03bd67c992cfb240bd300967ffab31ba2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 Apr 2017 16:46:03 +0200 Subject: Setup build infra --- bbot/utility.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bbot/utility.cxx (limited to 'bbot/utility.cxx') diff --git a/bbot/utility.cxx b/bbot/utility.cxx new file mode 100644 index 0000000..591ff52 --- /dev/null +++ b/bbot/utility.cxx @@ -0,0 +1,14 @@ +// file : bbot/utility.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#include + +#include + +using namespace std; +using namespace butl; + +namespace bbot +{ +} -- cgit v1.1