Skip to content

Commit cf782bd

Browse files
committed
chore: any_source work
1 parent 95026c5 commit cf782bd

File tree

6 files changed

+275
-190
lines changed

6 files changed

+275
-190
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CLAUDE.md v2
1+
# CLAUDE.md v3
22

33
## Code Style
44

@@ -11,6 +11,7 @@
1111
- library cpp and private header files in "src/"
1212
- test files in "test/"
1313
- Prefer RAII rollback guards over try-catch for cleanup
14+
- No ABI compatibility guarantee in different Boost version
1415

1516
## Javadoc Documentation
1617

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CLAUDE.md v2
1+
# CLAUDE.md v3
22

33
## Code Style
44

@@ -11,6 +11,7 @@
1111
- library cpp and private header files in "src/"
1212
- test files in "test/"
1313
- Prefer RAII rollback guards over try-catch for cleanup
14+
- No ABI compatibility guarantee in different Boost version
1415

1516
## Javadoc Documentation
1617

0 commit comments

Comments
 (0)