File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ inline namespace literals {
291291 * @param str The literal without its suffix.
292292 * @return A properly initialized hashed string.
293293 */
294- [[nodiscard]] constexpr hashed_string operator " " _hs(const char *str, std::size_t ) noexcept {
294+ [[nodiscard]] constexpr hashed_string operator " " _hs(const char *str, std::size_t ) noexcept {
295295 return hashed_string{str};
296296}
297297
@@ -300,7 +300,7 @@ inline namespace literals {
300300 * @param str The literal without its suffix.
301301 * @return A properly initialized hashed wstring.
302302 */
303- [[nodiscard]] constexpr hashed_wstring operator " " _hws(const wchar_t *str, std::size_t ) noexcept {
303+ [[nodiscard]] constexpr hashed_wstring operator " " _hws(const wchar_t *str, std::size_t ) noexcept {
304304 return hashed_wstring{str};
305305}
306306
You can’t perform that action at this time.
0 commit comments