summaryrefslogtreecommitdiff
path: root/boost/boost/mpl/next.hpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2007-11-05 14:44:26 -0500
committerDwight <dmerriman@gmail.com>2007-11-05 14:44:26 -0500
commit931e633836ec72a0e20f3c1c57036e6a73ba4766 (patch)
tree3efa7263f19302a22625fbda02becb06c64f7f45 /boost/boost/mpl/next.hpp
parent0a78810ea015a231bf29dd55522e67003d4da826 (diff)
downloadmongo-931e633836ec72a0e20f3c1c57036e6a73ba4766.tar.gz
boost
Diffstat (limited to 'boost/boost/mpl/next.hpp')
-rw-r--r--boost/boost/mpl/next.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/boost/boost/mpl/next.hpp b/boost/boost/mpl/next.hpp
new file mode 100644
index 00000000000..3aec2236ff4
--- /dev/null
+++ b/boost/boost/mpl/next.hpp
@@ -0,0 +1,19 @@
+
+#ifndef BOOST_MPL_NEXT_HPP_INCLUDED
+#define BOOST_MPL_NEXT_HPP_INCLUDED
+
+// Copyright Aleksey Gurtovoy 2004
+//
+// 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/mpl for documentation.
+
+// $Source: /cvsroot/boost/boost/boost/mpl/next.hpp,v $
+// $Date: 2004/09/02 15:40:41 $
+// $Revision: 1.7 $
+
+#include <boost/mpl/next_prior.hpp>
+
+#endif // BOOST_MPL_NEXT_HPP_INCLUDED