$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80288 - in trunk: boost/functional/detail libs/functional/hash/test
From: dnljms_at_[hidden]
Date: 2012-08-28 13:43:07
Author: danieljames
Date: 2012-08-28 13:43:05 EDT (Tue, 28 Aug 2012)
New Revision: 80288
URL: http://svn.boost.org/trac/boost/changeset/80288
Log:
Remove deprecated header `boost/functional/detail/container_fwd.hpp`
Removed:
   trunk/boost/functional/detail/
   trunk/libs/functional/hash/test/deprecated_container_fwd.cpp
Text files modified: 
   trunk/libs/functional/hash/test/Jamfile.v2 |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2	(original)
+++ trunk/libs/functional/hash/test/Jamfile.v2	2012-08-28 13:43:05 EDT (Tue, 28 Aug 2012)
@@ -52,7 +52,6 @@
         [ run implicit_test.cpp ]
         [ run hash_no_ext_macro_1.cpp ]
         [ run hash_no_ext_macro_2.cpp ]
-        [ compile-fail deprecated_container_fwd.cpp ]
     ;
 
 test-suite functional/hash_no_ext
Deleted: trunk/libs/functional/hash/test/deprecated_container_fwd.cpp
==============================================================================
--- trunk/libs/functional/hash/test/deprecated_container_fwd.cpp	2012-08-28 13:43:05 EDT (Tue, 28 Aug 2012)
+++ (empty file)
@@ -1,6 +0,0 @@
-
-// Copyright 2012 Daniel James.
-// 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)
-
-#include <boost/functional/detail/container_fwd.hpp>