forked from boostorg/mp11
Extend msvc-12.0 mp_invoke workaround to g++ 4.x
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user