C++: Update test to run with C++14

The test uses an `auto` return type without a trailing return type, which is
a C++14 feature.
This commit is contained in:
Jeroen Ketema
2022-04-21 09:48:40 +02:00
parent b9e7045a2f
commit a546e6e01c

View File

@@ -1,4 +1,4 @@
// semmle-extractor-options: -std=c++14
class MyClass
{
public: