|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63346 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-06-26 08:29:46
Author: viboes
Date: 2010-06-26 08:29:45 EDT (Sat, 26 Jun 2010)
New Revision: 63346
URL: http://svn.boost.org/trac/boost/changeset/63346
Log:
Valgrind fix
Text files modified:
sandbox/chrono/boost/chrono/chrono.hpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
Modified: sandbox/chrono/boost/chrono/chrono.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/chrono.hpp (original)
+++ sandbox/chrono/boost/chrono/chrono.hpp 2010-06-26 08:29:45 EDT (Sat, 26 Jun 2010)
@@ -518,9 +518,7 @@
rep rep_;
public:
- BOOST_CHRONO_CONSTEXPR duration() :
- //~ rep_(duration_values<rep>::zero())
- { } // = default;
+ BOOST_CHRONO_CONSTEXPR duration() { } // = default;
template <class Rep2>
BOOST_CHRONO_CONSTEXPR explicit duration(const Rep2& r,
typename boost::enable_if_c
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