Commit 94bd5ed
Fix small issues flagged during #96 review
- CMakeLists.txt: drop /D_USE_MATH_DEFINES from MSVC branch for
consistency with the non-MSVC drop; codebase uses its own Pi constant
and never references M_PI.
- btAlignedAllocator.cpp: fix the second (debug-only) unsigned long →
uintptr_t pointer-arithmetic site; same Windows LLP64 truncation bug
as the one fixed in the preceding commit.
- run_example.sh: replace the non-existent -np flag with -pm off on
SnowFlake and Octocat. -np was silently ignored by main's arg parser,
so preprocess_mode was defaulting to auto instead of off.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 796b906 commit 94bd5ed
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments