Skip to content

Commit 2f2ab7f

Browse files
committed
Remove namespace qual
1 parent c0293ff commit 2f2ab7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/source/pl/core/token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ namespace pl::core {
162162
}
163163
},
164164
[]<typename TL, typename TR>(TL, TR) -> std::strong_ordering {
165-
return pl::hlp::variant_type_index_v<TL, LiteralVariantType> <=> pl::hlp::variant_type_index_v<TR, LiteralVariantType>;
165+
return hlp::variant_type_index_v<TL, LiteralVariantType> <=> hlp::variant_type_index_v<TR, LiteralVariantType>;
166166
}
167167
}, *this, other);
168168
}

0 commit comments

Comments
 (0)