From 649decc0c728edba0d6ae8830b5e145bfc9e7ea6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Feb 2011 11:00:54 +0200 Subject: Add boost/lazy-ptr.hxx shortcut header --- odb/boost/lazy-ptr.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 odb/boost/lazy-ptr.hxx (limited to 'odb') diff --git a/odb/boost/lazy-ptr.hxx b/odb/boost/lazy-ptr.hxx new file mode 100644 index 0000000..8086435 --- /dev/null +++ b/odb/boost/lazy-ptr.hxx @@ -0,0 +1,11 @@ +// file : odb/boost/lazy-ptr.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_BOOST_LAZY_PTR_HXX +#define ODB_BOOST_LAZY_PTR_HXX + +#include + +#endif // ODB_BOOST_LAZY_PTR_HXX -- cgit v1.1