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
For example, I want to be able to check that a specific error message is emitted (a static_assert, say). The way I do that right now is by putting the following in the source file:
// in foo.cppintmain() {
// MESSAGE[Incomplete definition of your concept map]autoconst& map = dyno::complete_concept_map<Fooable, int>(dyno::concept_map<Fooable, int>);
}