Skip to content

Commit c0a221d

Browse files
authored
Merge pull request #1191 from Geode-solutions/fix/remove_warning
fix(Warning): fix syntax - remove a warning
2 parents 7247c69 + 1de8266 commit c0a221d

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)