Код: Выделить всё
std::string transform(const std::string& in) {
return in;
}
Код: Выделить всё
int main() {
std::string test = "test";
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78669930/will-c-compilers-optimize-away-an-identity-function[/url]
Мобильная версия