fix for GCC4.8 RC

This commit is contained in:
bolero-MURAKAMI 2013-03-21 20:00:42 +09:00
commit 2cb55b6b6c
55 changed files with 48 additions and 99 deletions

View file

@ -18,9 +18,10 @@ namespace sprout {
struct deep_internal_impl<
Container, Prev,
typename std::enable_if<std::is_same<Container, Prev&&>::value>::type
>
: public std::common_type<Container>
{};
> {
public:
typedef Container type;
};
} // namespace detail
//
// deep_internal