From 342f67a5627032294f98d599477818a3c13fe91f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 2 Jun 2008 15:33:13 +0000 Subject: [PATCH] Fix namespace typo. [SVN r46045] --- test/boost_has_tr1_function.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost_has_tr1_function.ipp b/test/boost_has_tr1_function.ipp index 3864b375..ae4af295 100644 --- a/test/boost_has_tr1_function.ipp +++ b/test/boost_has_tr1_function.ipp @@ -11,7 +11,7 @@ #include -namespace boost_has_tr1_bind{ +namespace boost_has_tr1_function{ using std::tr1::function;