python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Inconsistent output from gcount()
I have written the following simple MRE that regenerates a bug in my program:
#include <iostream>
#include <utility>
#include <sstream>
#include <string_view>
#include <arra...
digito_evo
Votes: 0
Answers: 1
Transforming a string_view in-place
std::transform, as of C++20, is declared constexpr. I have a bunch of string utility functions that take std::string arguments, but a lot of the usage ends up just passing in small, short, character l...
Casey
Votes: 0
Answers: 2