Skip to content

Commit 049e1a8

Browse files
mhofstettersayboras
authored andcommitted
test: prevent include of internal header bits/basic_string.h
Used in `tests/cilium_websocket_decap_integration_test.cc` Signed-off-by: Marco Hofstetter <[email protected]>
1 parent 865ba96 commit 049e1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clangd

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Diagnostics:
88
IgnoreHeader:
99
- "linux/in\\.h"
1010
- "linux/in6\\.h"
11+
- "bits/basic_string\\.h"
1112
# CompileFlags:
1213
# CompilationDatabase: ./compile_commands.json
1314
# # Unfortunately, above config isn't working as expected.

0 commit comments

Comments
 (0)