Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69362 - sandbox/enums/boost/enums
From: vicente.botet_at_[hidden]
Date: 2011-02-27 19:32:59


Author: viboes
Date: 2011-02-27 19:32:56 EST (Sun, 27 Feb 2011)
New Revision: 69362
URL: http://svn.boost.org/trac/boost/changeset/69362

Log:
Enums: Add include.hpp file
Added:
   sandbox/enums/boost/enums/include.hpp (contents, props changed)

Added: sandbox/enums/boost/enums/include.hpp
==============================================================================
--- (empty file)
+++ sandbox/enums/boost/enums/include.hpp 2011-02-27 19:32:56 EST (Sun, 27 Feb 2011)
@@ -0,0 +1,22 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (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_INCLUDE_HPP
+#define BOOST_ENUMS_INCLUDE_HPP
+
+#include <boost/enums/default_value.hpp>
+#include <boost/enums/underlying_type.hpp>
+#include <boost/enums/enum_type.hpp>
+#include <boost/enums/get_value.hpp>
+#include <boost/enums/emmulation.hpp>
+
+#endif


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