mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-10-19 13:49:23 +00:00
fix for GCC4.8 RC
This commit is contained in:
parent
57bcbc6cdb
commit
2cb55b6b6c
55 changed files with 48 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue