$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69361 - sandbox/enums/boost
From: vicente.botet_at_[hidden]
Date: 2011-02-27 19:31:12
Author: viboes
Date: 2011-02-27 19:31:09 EST (Sun, 27 Feb 2011)
New Revision: 69361
URL: http://svn.boost.org/trac/boost/changeset/69361
Log:
Enums: Add enums.hpp file
Added:
sandbox/enums/boost/enums.hpp (contents, props changed)
Added: sandbox/enums/boost/enums.hpp
==============================================================================
--- (empty file)
+++ sandbox/enums/boost/enums.hpp 2011-02-27 19:31:09 EST (Sun, 27 Feb 2011)
@@ -0,0 +1,18 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2011.
+// 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/enums for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_ENUMS_HPP
+#define BOOST_ENUMS_HPP
+
+#include <boost/enums/include.hpp>
+
+#endif