Skip to content
Snippets Groups Projects
Commit f3e0507e authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] avoid empty struct warning

parent 47462b73
No related branches found
No related tags found
No related merge requests found
template <typename> class A {
struct {};
struct { char c; };
template <typename> struct B {};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment