$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60787 - sandbox/statistics/detail/assign/boost/assign/auto_size/array
From: erwann.rogard_at_[hidden]
Date: 2010-03-22 23:02:09
Author: e_r
Date: 2010-03-22 23:02:08 EDT (Mon, 22 Mar 2010)
New Revision: 60787
URL: http://svn.boost.org/trac/boost/changeset/60787
Log:
m
Removed:
   sandbox/statistics/detail/assign/boost/assign/auto_size/array/static_size.hpp
Deleted: sandbox/statistics/detail/assign/boost/assign/auto_size/array/static_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/array/static_size.hpp	2010-03-22 23:02:08 EDT (Mon, 22 Mar 2010)
+++ (empty file)
@@ -1,35 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// assign::detail::auto_size::static_size.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_STATIC_SIZE_ER_2010_HPP
-#define BOOST_ASSIGN_DETAIL_AUTO_SIZE_STATIC_SIZE_ER_2010_HPP
-
-namespace boost{
-namespace assign{
-namespace detail{
-namespace auto_size{
-
-    template<typename T>
-    struct static_size{
-
-        typedef typename T::size_type size_type;
-        
-        BOOST_STATIC_CONSTANT(
-            size_type, 
-            value = T::static_size
-        );
-   };
-
-}// auto_size
-}// detail
-}// assign
-}// boost
-
-#endif
-
-    
\ No newline at end of file