|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67025 - sandbox/SOC/2010/phoenix3/boost/phoenix/core
From: thom.heller_at_[hidden]
Date: 2010-12-05 13:50:08
Author: theller
Date: 2010-12-05 13:50:07 EST (Sun, 05 Dec 2010)
New Revision: 67025
URL: http://svn.boost.org/trac/boost/changeset/67025
Log:
removed some semicolons
Text files modified:
sandbox/SOC/2010/phoenix3/boost/phoenix/core/reference.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/core/reference.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/core/reference.hpp (original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/core/reference.hpp 2010-12-05 13:50:07 EST (Sun, 05 Dec 2010)
@@ -35,7 +35,7 @@
{
typename reference<T>::type const e = {{boost::ref(t)}};
return e;
- };
+ }
template <typename T>
typename reference<T const>::type const
@@ -43,7 +43,7 @@
{
typename reference<T const>::type const e = {{boost::cref(t)}};
return e;
- };
+ }
// Call out boost::reference_wrapper for special handling
template<typename T>
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