mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
Fix compile error on GCC4.8
This commit is contained in:
@@ -50,7 +50,7 @@ namespace std {
|
||||
}
|
||||
|
||||
|
||||
template <template <typename> typename OptionalImpl, typename T>
|
||||
template <template <typename> class OptionalImpl, typename T>
|
||||
struct OptionalHolder
|
||||
{
|
||||
OptionalHolder() = default;
|
||||
|
||||
Reference in New Issue
Block a user