|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64799 - sandbox/chrono/boost/type_traits
From: vicente.botet_at_[hidden]
Date: 2010-08-14 11:55:39
Author: viboes
Date: 2010-08-14 11:55:37 EDT (Sat, 14 Aug 2010)
New Revision: 64799
URL: http://svn.boost.org/trac/boost/changeset/64799
Log:
Avoid the use of typeof on common_type.hpp
Text files modified:
sandbox/chrono/boost/type_traits/common_type.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/boost/type_traits/common_type.hpp
==============================================================================
--- sandbox/chrono/boost/type_traits/common_type.hpp (original)
+++ sandbox/chrono/boost/type_traits/common_type.hpp 2010-08-14 11:55:37 EDT (Sat, 14 Aug 2010)
@@ -137,7 +137,7 @@
template <class T, class U>
struct common_type<T, U, void>
#endif
- : detail::common_type_2<T,U>
+ : boost::detail::common_type_2<T,U>
{ };
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