SpiceQA
Questions
Tags
Users
Badges
user_261217
@user_261217
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
C++ How to limit visual studios multi-processor compilation
9 votes
How to find out if an item is present in a std::vector?
8 votes
Should c++ constraints be evaluated eagerly or lazily?
4 votes
Should I assume weak pointer usage if there is any cyclic relationship?
3 votes
Why does a consteval function allow undefined behavior?
3 votes
Top Questions
Why does a consteval function allow undefined behavior?
19 votes
1 answers
static constexpr variables in a constexpr function
16 votes
2 answers
Can "T t = {};" and "T t{};" produce different results?
14 votes
2 answers
Why is an lvalue-ref overload unambiguously chosen over a forwarding-ref overload for an lvalue?
14 votes
1 answers
Is compiler allowed to call an immediate (consteval) function during runtime?
11 votes
2 answers