Commit 8c06b954 authored by fatvlady's avatar fatvlady Committed by Wenzel Jakob
Browse files

Fix compile error on GCC4.8

parent 556277d6
......@@ -50,7 +50,7 @@ namespace std {
}
template <template <typename> typename OptionalImpl, typename T>
template <template <typename> class OptionalImpl, typename T>
struct OptionalHolder
{
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