mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +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
|
||||
{
|
||||
OptionalHolder() = default;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user