SpiceQA
Questions
Tags
Users
Badges
user_5632316
@user_5632316
0
reputation
0
answers
21
questions
About Me
// Hello, World !
Top Answers
Do uninitialized objects exist in C++?
16 votes
Why use std::forward<T> instead of static_cast<T&&>
9 votes
Segfault when not specifying return type of lambda function
8 votes
Given (a, b) compute the maximum value of k such that a^{1/k} and b^{1/k} are whole numbers
7 votes
error: no viable overloading with clang, compiles with gcc
7 votes
Top Questions
Can a concept evaluation depend on where it is evaluated?
17 votes
1 answers
Copy elision for direct base class initialization?
16 votes
1 answers
Is pointer arithmetic on allocated storage allowed since C++20?
15 votes
1 answers
In which access control context are concepts evaluated?
14 votes
1 answers
Could we access member of a non-existing class type object?
12 votes
1 answers