2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-24 04:12:19 +00:00

Ratio: merge from trunk 1.53

[SVN r81665]
This commit is contained in:
Vicente J. Botet Escriba
2012-12-01 23:39:04 +00:00
parent 487c93c6ff
commit 39fb839297
34 changed files with 48 additions and 50 deletions

View File

@@ -11,7 +11,7 @@
#include "config.hpp"
#ifndef BOOST_NO_STATIC_ASSERT
#ifndef BOOST_NO_CXX11_STATIC_ASSERT
#define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG)
#elif defined(BOOST_CHRONO_USES_STATIC_ASSERT)
#include <boost/static_assert.hpp>