1
0
forked from boostorg/mp11

Extend msvc-12.0 mp_invoke workaround to g++ 4.x

This commit is contained in:
Peter Dimov
2017-05-19 15:59:17 +03:00
parent 7100d10c7e
commit 29c4b601b4

View File

@@ -117,7 +117,7 @@ template<template<class...> class F> struct mp_quote
};
// mp_invoke
#if BOOST_WORKAROUND( BOOST_MSVC, < 1900 )
#if BOOST_WORKAROUND( BOOST_MSVC, < 1900 ) || BOOST_WORKAROUND( BOOST_GCC, < 50000 )
namespace detail
{