Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65253 - sandbox/chrono/boost/type_traits
From: vicente.botet_at_[hidden]
Date: 2010-09-04 10:40:51


Author: viboes
Date: 2010-09-04 10:40:47 EDT (Sat, 04 Sep 2010)
New Revision: 65253
URL: http://svn.boost.org/trac/boost/changeset/65253

Log:
Continue the library split with Boost.TypeTraits.ExtContinue the library split with Boost.Ratio and Boost.TypeTraits.Ext

Added:
   sandbox/chrono/boost/type_traits/add_rvalue_reference.hpp (contents, props changed)
   sandbox/chrono/boost/type_traits/declval.hpp (contents, props changed)

Added: sandbox/chrono/boost/type_traits/add_rvalue_reference.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/type_traits/add_rvalue_reference.hpp 2010-09-04 10:40:47 EDT (Sat, 04 Sep 2010)
@@ -0,0 +1,15 @@
+// common_type.hpp ---------------------------------------------------------//
+
+// Copyright 2008 Howard Hinnant
+// Copyright 2008 Beman Dawes
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+#ifndef BOOST_TYPE_TRAITS_ADD_RVALUE_REFERENCE__HPP
+#define BOOST_TYPE_TRAITS_ADD_RVALUE_REFERENCE__HPP
+
+#include <boost/type_traits/ext/add_rvalue_reference.hpp>
+
+
+#endif // BOOST_TYPE_TRAITS_ADD_RVALUE_REFERENCE__HPP

Added: sandbox/chrono/boost/type_traits/declval.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/type_traits/declval.hpp 2010-09-04 10:40:47 EDT (Sat, 04 Sep 2010)
@@ -0,0 +1,14 @@
+// common_type.hpp ---------------------------------------------------------//
+
+// Copyright 2008 Howard Hinnant
+// Copyright 2008 Beman Dawes
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+#ifndef BOOST_TYPE_TRAITS_DECLVAL__HPP
+#define BOOST_TYPE_TRAITS_DECLVAL__HPP
+
+#include <boost/type_traits/ext/declval.hpp>
+
+#endif // BOOST_TYPE_TRAITS_DECLVAL__HPP


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