We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20171ef + 388c2ff commit 871bb08Copy full SHA for 871bb08
benchmark/utils/CxxTests/CreateObjects.h
@@ -1,3 +1,8 @@
1
+#ifndef BENCHMARK_CREATE_OBJECTS_H
2
+#define BENCHMARK_CREATE_OBJECTS_H
3
+
4
struct CxxLoadableIntWrapper {
5
int value;
6
};
7
8
+#endif // BENCHMARK_CREATE_OBJECTS_H
benchmark/utils/CxxTests/module.modulemap
@@ -1,3 +1,4 @@
module CxxCreateObjects {
header "CreateObjects.h"
+ requires cplusplus
}
0 commit comments