SpiceQA
Questions
Tags
Users
Badges
user_767632
@user_767632
0
reputation
0
answers
10
questions
About Me
// Hello, World !
Top Answers
Jump bypasses variable initialization in switch statement
11 votes
Trying to find a large string between a start point and end point using regex
5 votes
How would one efficiently reuse code in a specialised template struct?
3 votes
Combining static_cast and std::any_cast
3 votes
Compiler is unable to resolve a matching class method passed via std::mem_fn
2 votes
Top Questions
Is it allowed to name a global variable `read` or `malloc` in C++?
38 votes
2 answers
What should happen if one calls `std::exit` in a global object's destructor?
21 votes
1 answers
Why does taking `istream&` to a temporary `stringstream` work, but not when taking `stringstream&`?
6 votes
1 answers
Was LWG1203 "More useful rvalue stream insertion" retroactively applied to C++11 or C++20?
5 votes
0 answers
Why can't I call a template friend function with explicit template arguments?
4 votes
3 answers