Skip to content

Commit 05c5348

Browse files
committed
fix warning
1 parent b0f5426 commit 05c5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/frozen.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export namespace frozen {
7474
using frozen::u32string;
7575

7676
namespace string_literals {
77-
using frozen::string_literals::operator"" _s;
77+
using frozen::string_literals::operator""_s;
7878
}
7979

8080
/* unordered_map */

0 commit comments

Comments
 (0)