|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-07-14 04:39:03
Author: johnmaddock
Date: 2008-07-14 04:39:02 EDT (Mon, 14 Jul 2008)
New Revision: 47415
URL: http://svn.boost.org/trac/boost/changeset/47415
Log:
Remove offending "typename".
Text files modified:
trunk/libs/config/test/boost_has_tr1_result_of.ipp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/config/test/boost_has_tr1_result_of.ipp
==============================================================================
--- trunk/libs/config/test/boost_has_tr1_result_of.ipp (original)
+++ trunk/libs/config/test/boost_has_tr1_result_of.ipp 2008-07-14 04:39:02 EDT (Mon, 14 Jul 2008)
@@ -14,7 +14,7 @@
namespace boost_has_tr1_result_of{
typedef std::tr1::result_of<int*(int)> r;
-typedef typename r::type rr;
+typedef r::type rr;
int test()
{
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