Commit 8c06b954 by fatvlady Committed by Wenzel Jakob

Fix compile error on GCC4.8

parent 556277d6
...@@ -50,7 +50,7 @@ namespace std { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment