From e1bfdd03e46f37e639b8cedb386159b5e3528550 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 10 Sep 2009 11:14:23 +0000 Subject: [PATCH] Fix #3429 cut-and-paste snafu [SVN r56133] --- test/boost_no_deleted_functions.ipp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/boost_no_deleted_functions.ipp b/test/boost_no_deleted_functions.ipp index 043fcda0..072e0f95 100644 --- a/test/boost_no_deleted_functions.ipp +++ b/test/boost_no_deleted_functions.ipp @@ -7,10 +7,10 @@ // See http://www.boost.org/libs/config for more information. // MACRO: BOOST_NO_DELETED_FUNCTIONS -// TITLE: C++0x delete functions unavailable -// DESCRIPTION: The compiler does not support C++0x delete functions +// TITLE: C++0x =delete functions unavailable +// DESCRIPTION: The compiler does not support C++0x =delete functions -namespace boost_no_constexpr { +namespace boost_no_deleted_functions { struct foo { foo() = delete;