mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Fix compile error on GCC4.8
This commit is contained in:
parent
556277d689
commit
8c06b95492
@ -50,7 +50,7 @@ namespace std {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template <template <typename> typename OptionalImpl, typename T>
|
template <template <typename> class OptionalImpl, typename T>
|
||||||
struct OptionalHolder
|
struct OptionalHolder
|
||||||
{
|
{
|
||||||
OptionalHolder() = default;
|
OptionalHolder() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user