aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-18 11:00:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-18 11:00:54 +0200
commit649decc0c728edba0d6ae8830b5e145bfc9e7ea6 (patch)
tree40e632ccde9b1ece43c7da62a19148dce1a8d4cf
parent18ba134b5afb2e7fbfaf7a0f7133f825b74159bd (diff)
Add boost/lazy-ptr.hxx shortcut header
-rw-r--r--odb/boost/lazy-ptr.hxx11
1 files changed, 11 insertions, 0 deletions
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 <boris@codesynthesis.com>
+// 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 <odb/boost/smart-ptr/lazy-ptr.hxx>
+
+#endif // ODB_BOOST_LAZY_PTR_HXX