mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-07 16:13:27 +08: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…
x
Reference in New Issue
Block a user