We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7247c69 commit 1de8266Copy full SHA for 1de8266
include/geode/basic/types.hpp
@@ -46,7 +46,7 @@ namespace geode
46
static constexpr index_t NO_ID = index_t( -1 );
47
static constexpr local_index_t NO_LID = local_index_t( -1 );
48
49
- inline constexpr unsigned char operator"" _uc(
+ inline constexpr unsigned char operator""_uc(
50
unsigned long long arg ) noexcept
51
{
52
return static_cast< unsigned char >( arg );
0 commit comments