You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xuruilong100 Because the type add_facade<MovableCallable<Overloads...>> depends on template arguments Overloads, C++ requires keywork template to specify an alias template. You need to add template before support_copy to make it compile, or simply swapping add_facade and support_copy should also work (as you already tried).
I'm trying sample
basic_facade_builder
, and I find thatis OK.
But, compiler tells me
is illegal.
The text was updated successfully, but these errors were encountered: