We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0293ff commit 2f2ab7fCopy full SHA for 2f2ab7f
1 file changed
lib/source/pl/core/token.cpp
@@ -162,7 +162,7 @@ namespace pl::core {
162
}
163
},
164
[]<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>;
+ return hlp::variant_type_index_v<TL, LiteralVariantType> <=> hlp::variant_type_index_v<TR, LiteralVariantType>;
166
167
}, *this, other);
168
0 commit comments