Skip to content
Commit 8e79d493 authored by Chun-wei Fan's avatar Chun-wei Fan Committed by Philip Chimento
Browse files

gi/arg-cache.cpp: Fix building on Visual Studio

Marking the constructor for `Callback` as constexpr caused trouble for Visual
Studio as the definition of `CallbackIn` rejected it as the SkipAll items
are not marked as constexpr, so make the constructor for `Callback` non-
constexpr to fix the build.
parent d4d0a70a
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