Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60702 - sandbox/statistics/detail/assign/boost/assign/auto_size/check
From: erwann.rogard_at_[hidden]
Date: 2010-03-19 00:22:29


Author: e_r
Date: 2010-03-19 00:22:27 EDT (Fri, 19 Mar 2010)
New Revision: 60702
URL: http://svn.boost.org/trac/boost/changeset/60702

Log:
m
Added:
   sandbox/statistics/detail/assign/boost/assign/auto_size/check/constants.hpp (contents, props changed)

Added: sandbox/statistics/detail/assign/boost/assign/auto_size/check/constants.hpp
==============================================================================
--- (empty file)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/check/constants.hpp 2010-03-19 00:22:27 EDT (Fri, 19 Mar 2010)
@@ -0,0 +1,35 @@
+//////////////////////////////////////////////////////////////////////////////
+// assign::detail::auto_size::check_constants.hpp //
+// //
+// (C) Copyright 2010 Erwann Rogard //
+// Use, modification and distribution are subject to 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) //
+//////////////////////////////////////////////////////////////////////////////
+#ifndef BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_CONSTANTS_ER_2010_HPP
+#define BOOST_ASSIGN_DETAIL_AUTO_SIZE_CHECK_CONSTANTS_ER_2010_HPP
+
+namespace boost{
+namespace assign{
+namespace detail{
+namespace auto_size{
+
+ namespace check_constants{
+
+ const int a = 1;
+ const int b = 5;
+ const int c = 3;
+ const int d = 4;
+ const int e = 2;
+ const int f = 9;
+ const int g = 0;
+ const int h = 7;
+
+ }
+
+}// auto_size
+}// detail
+}// assign
+}// boost
+
+#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