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
This is the same underlying problem as #127: you're referring to basic_builder<void, void>, cppast only knows about basic_builder<T, EntityT> and has no knowledge of connecting the two. I'm closing this as a duplicate.
Consider this:
Using declaration
using basic_builder::basic_builder;
is failing to resolve.Possible bug, or limitation?
The text was updated successfully, but these errors were encountered: