Как удалить [ и] в выводе для приведенного ниже кода и только печатать: 1, 2, 3 ?
#include
#include
#include
#include
int main () {
std::vector v = {1,2,3};
std::string s = fmt::format("{}", v);
std::cout
Подробнее здесь: https://stackoverflow.com/questions/592 ... -string-wi
Мобильная версия