SpiceQA
Questions
Tags
Users
Badges
user_11796722
@user_11796722
0
reputation
0
answers
105
questions
About Me
// Hello, World !
Top Answers
Why can a reference declared with constexpr be bound to an Indeterminate value variable?
7 votes
Why does whether a struct's destructor runs depend on the type of a member variable?
7 votes
Using decltype(auto) in C++ non-type template parameter
5 votes
Can you compare nullptr to other pointers for order? Is it always smaller?
4 votes
Destructor called more times than it should. Bug in MSVC or not?
3 votes
Top Questions
How to explicitly call a conversion function whose conversion-type-id contains a placeholder specifier
30 votes
1 answers
A issue about the second phase name lookup for default argument
27 votes
1 answers
Why is the braced-init-list not supported in an aggregate deduction but brace elision is supported?
25 votes
2 answers
Why can't a prvalue of array type be converted to the same type using static_cast?
22 votes
1 answers
Converting a pointer value that is returned from a malloc operation that creates an array object to the element type results in UB?
19 votes
1 answers