Skip to content

Commit 1de8266

Browse files
fix(Warning): fix syntax - remove a warning
1 parent 7247c69 commit 1de8266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/basic/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace geode
4646
static constexpr index_t NO_ID = index_t( -1 );
4747
static constexpr local_index_t NO_LID = local_index_t( -1 );
4848

49-
inline constexpr unsigned char operator"" _uc(
49+
inline constexpr unsigned char operator""_uc(
5050
unsigned long long arg ) noexcept
5151
{
5252
return static_cast< unsigned char >( arg );

0 commit comments

Comments
 (0)