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.
2 parents 7247c69 + 1de8266 commit c0a221dCopy full SHA for c0a221d
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