diff --git a/example/duration.hpp b/example/duration.hpp index 50a1d30..83df9ba 100644 --- a/example/duration.hpp +++ b/example/duration.hpp @@ -770,31 +770,6 @@ namespace chrono { return boost_ex::chrono::detail::duration_cast, ToDuration>()(fd); } - -//----------------------------------------------------------------------------// -// duration constructor implementation // -// See comment in the class duration synopsis // -//----------------------------------------------------------------------------// - -#if 0 -#ifdef __GNUC__ - // see comment above in section 20.9.3 Class template duration [time.duration] - template - template - duration::duration(const duration& d, - typename boost::enable_if < - boost::mpl::or_ < - treat_as_floating_point, - boost::mpl::and_ < - boost::mpl::bool_ ::type::den == 1>, - boost::mpl::not_ > - > - > - >::type*) - : rep_(duration_cast(d).count()) {} -#endif -#endif - } } #endif // BOOST_EX_CHRONO_DURATION_HPP