Skip to content

Commit 6597d11

Browse files
committed
chore: detail namespaces are not public
1 parent 5d2b750 commit 6597d11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Boost C++ Libraries naming conventions (snake_case)
77
- 4-space indentation, no tabs
88
- Braces on their own line for classes/functions
9+
- Symbols in "detail" namespaces are never public
10+
- public headers in "include/"
11+
- library cpp files in "src/"
912

1013
## Javadoc Documentation
1114

0 commit comments

Comments
 (0)