Skip to content

Commit 86f059f

Browse files
pvdrzemilio
authored andcommitted
add the -- -std=c++11 flag
1 parent 953acc5 commit 86f059f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/headers/noreturn.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// bindgen-flags: --enable-function-attribute-detection
1+
// bindgen-flags: --enable-function-attribute-detection -- -std=c++11
22
_Noreturn void f(void);
3-
// TODO (pvdrz): figure out how to handle this case.
43
__attribute__((noreturn)) void g(void);
54
[[noreturn]] void h(void);

0 commit comments

Comments
 (0)