|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68611 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-02-02 02:29:28
Author: viboes
Date: 2011-02-02 02:29:24 EST (Wed, 02 Feb 2011)
New Revision: 68611
URL: http://svn.boost.org/trac/boost/changeset/68611
Log:
Chrono: sysntax error on msvc 9.0
Text files modified:
trunk/boost/chrono/time_point.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/chrono/time_point.hpp
==============================================================================
--- trunk/boost/chrono/time_point.hpp (original)
+++ trunk/boost/chrono/time_point.hpp 2011-02-02 02:29:24 EST (Wed, 02 Feb 2011)
@@ -175,8 +175,9 @@
, typename boost::enable_if
<
boost::is_convertible<Duration2, duration>
- >::type* = 0)
+ >::type* = 0
#endif
+ )
: d_(t.time_since_epoch())
{
}
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