Skip to content
Snippets Groups Projects
Commit 7a7e34dd authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[className()] Test rvalue arguments.

parent fbb692b0
Branches
Tags
1 merge request!659Make `className(expr)` return dynamic type
Pipeline #18032 passed
......@@ -127,5 +127,9 @@ int main()
<< "dynamic type of base reference should match derived type";
std::cout << std::endl;
std::cout << "Test rvalue argument to className(expr):" << std::endl;
checkname(t, Dune::className(Base{}), {}, R"(\bBase\b)");
std::cout << std::endl;
return t.exit();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment