Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65700 - sandbox/opaque/boost
From: vicente.botet_at_[hidden]
Date: 2010-09-30 16:36:07


Author: viboes
Date: 2010-09-30 16:36:03 EDT (Thu, 30 Sep 2010)
New Revision: 65700
URL: http://svn.boost.org/trac/boost/changeset/65700

Log:
Opaque:
* Add header at the boost level
 

Added:
   sandbox/opaque/boost/opaque.hpp (contents, props changed)

Added: sandbox/opaque/boost/opaque.hpp
==============================================================================
--- (empty file)
+++ sandbox/opaque/boost/opaque.hpp 2010-09-30 16:36:03 EDT (Thu, 30 Sep 2010)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2010.
+// Distributed under the Boost
+// Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or
+// copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/opaque for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_OPAQUE__HPP
+#define BOOST_OPAQUE__HPP
+
+#include <boost/config.hpp>
+#include <boost/opaque/opaque.hpp>
+
+
+#endif
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk