SpiceQA
Questions
Tags
Users
Badges
user_852254
@user_852254
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
How do I remove code duplication between similar const and non-const member functions?
85 votes
Why isn't there a std::construct_at in C++17?
16 votes
How do I remove code duplication between similar const and non-const member functions?
13 votes
Is assert evil?
3 votes
GNU const/pure attributes vs constexpr
1 votes
Top Questions
constexpr error at compile-time, but no overhead at run-time
30 votes
6 answers
Should I use a random engine seeded from std::random_device or use std::random_device every time
23 votes
6 answers
Overloading static and non-static member function with constraint
9 votes
2 answers
Why can't I use an arbitrary nesting of braces to construct most classes?
7 votes
1 answers
Can a constructor be declared `[[gnu::pure]]`?
5 votes
0 answers