Commit ad183e7b authored by Dominik Charousset's avatar Dominik Charousset

Fix deprecated warning

parent 7e004272
...@@ -112,6 +112,8 @@ struct test_array { ...@@ -112,6 +112,8 @@ struct test_array {
}; };
struct test_empty_non_pod { struct test_empty_non_pod {
test_empty_non_pod() = default;
test_empty_non_pod(const test_empty_non_pod&) = default;
virtual void foo() { virtual void foo() {
// nop // nop
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment