mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-17 22:32:15 +02:00
Workaround for MSVC8.0
I'm not sure why it doesn't compile...
This commit is contained in:
@ -32,7 +32,7 @@ namespace boost { namespace fusion
|
|||||||
{
|
{
|
||||||
template <typename Sequence>
|
template <typename Sequence>
|
||||||
struct apply
|
struct apply
|
||||||
: is_convertible<Sequence, detail::from_sequence_convertible_type>
|
: is_convertible<Sequence, fusion::detail::from_sequence_convertible_type>
|
||||||
{};
|
{};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ namespace boost { namespace fusion
|
|||||||
|
|
||||||
template <typename Sequence, typename Enable = void>
|
template <typename Sequence, typename Enable = void>
|
||||||
struct is_native_fusion_sequence
|
struct is_native_fusion_sequence
|
||||||
: is_convertible<Sequence, detail::from_sequence_convertible_type>
|
: is_convertible<Sequence, fusion::detail::from_sequence_convertible_type>
|
||||||
{};
|
{};
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user