You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch additional constexpr functions in ada.h for GCC 11
Change Tokenizer::get_next_code_point() and
Tokenizer::seek_and_get_next_code_point() from constexpr to inline.
These functions use std::string operator[] which is not constexpr in
GCC 11's C++20 implementation.
Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
0 commit comments