mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
@@ -1,4 +1,4 @@
|
||||
|
||||
// semmle-extractor-options: -std=c++14
|
||||
class MyClass
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user