Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67881 - trunk/libs/chrono/example
From: vicente.botet_at_[hidden]
Date: 2011-01-09 16:05:36


Author: viboes
Date: 2011-01-09 16:05:36 EST (Sun, 09 Jan 2011)
New Revision: 67881
URL: http://svn.boost.org/trac/boost/changeset/67881

Log:
Boost.Chrono: Extract the typeof use from this test. Other typeof specific tests must be added.

Text files modified:
   trunk/libs/chrono/example/min_time_point.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/chrono/example/min_time_point.cpp
==============================================================================
--- trunk/libs/chrono/example/min_time_point.cpp (original)
+++ trunk/libs/chrono/example/min_time_point.cpp 2011-01-09 16:05:36 EST (Sun, 09 Jan 2011)
@@ -52,7 +52,7 @@
 
 void test_min()
 {
-#if 0
+#if 1
     typedef time_point<system_clock,
       boost::common_type<system_clock::duration, seconds>::type> T1;
     typedef time_point<system_clock,


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