Commit 318be40
Fix type mismatch in context_bridge.cc dispatch_context_message
The header context_bridge.h declares dispatch_context_message with
std::size_t but context_bridge.cc was using std::uintptr_t, causing
linker errors when the CXX-generated shims couldn't find the
implementation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6f75a76 commit 318be40
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments