SpiceQA
Questions
Tags
Users
Badges
user_4672588
@user_4672588
0
reputation
0
answers
3
questions
About Me
// Hello, World !
Top Answers
Have there ever been silent behavior changes in C++ with new standard versions?
51 votes
C++20 ranges too many | operators?
35 votes
Why must a std::ranges::filter_view object be non-const for querying its elements?
28 votes
Why is this value downcast (static_cast to object type) allowed in C++20?
20 votes
Three-way comparison and constexpr function template: which compiler is right?
13 votes
Top Questions
Three-way comparison and constexpr function template: which compiler is right?
21 votes
1 answers
Why do Clang and MSVC not like a member typedef declaration with a redundant set of parentheses?
20 votes
3 answers
In C++20, is a macro considered "active" if it's #undef'd, then #define'd again?
7 votes
2 answers