Skip to content

Commit

Permalink
エスケープ処理のために iomanip を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Nov 8, 2023
1 parent 6d6f043 commit 23e558b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <map>
#include <iostream>
#include <cstring>
#include <iomanip>

// 文字列の vector を 結合する。第二引数はOptionalで区切り文字。デフォルトは空
std::string join(std::vector<std::string> v, std::string sep = "") {
Expand Down

0 comments on commit 23e558b

Please sign in to comment.