diff --git a/wpiutil/src/main/native/include/wpi/ct_string.h b/wpiutil/src/main/native/include/wpi/ct_string.h index 3bf870d37a..9f0ef90750 100644 --- a/wpiutil/src/main/native/include/wpi/ct_string.h +++ b/wpiutil/src/main/native/include/wpi/ct_string.h @@ -80,7 +80,7 @@ struct ct_string { template ct_string(Char const (&s)[M]) -> ct_string, M - 1>; -namespace literals { +inline namespace literals { template consteval auto operator""_ct_string() { return S;