Skip to content

Commit

Permalink
build(strings): test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Nov 13, 2024
1 parent b264f37 commit c9ddf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime/algo/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ string ConcatPieces(std::initializer_list<pair<const char*, std::size_t>> list);

template <typename... Args>
string concat(const Args&... args) {
using namespace details;
using namespace ::rime::strings::details;
return ConcatPieces(
{static_cast<const Piece&>(PieceTraits<Args>::forward(args))
.ToPair()...});
Expand Down

0 comments on commit c9ddf97

Please sign in to comment.