SpiceQA
Questions
Tags
Users
Badges
user_4386278
@user_4386278
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
How to use c++20 modules with GCC?
20 votes
Type alias for auto
16 votes
Why do we need std::nullopt
14 votes
std::sort causes segmentation fault in operator<
12 votes
Is declaring variables as const redundant after constexpr was added to the language?
11 votes
Top Questions
Can a std::function's target callable legally destroy the std::function during execution?
8 votes
1 answers
Doesn't C++ mandate that (cond ? string_1 : string_2) initialize a string?
5 votes
2 answers
Is this reinterpret_cast problematic in principle, and/or in practice?
4 votes
3 answers
What does the standard say about this pointer-to-member-function type template parameter? Is my code wrong, or is MSVS 16.6 buggy?
4 votes
1 answers