SpiceQA
Questions
Tags
Users
Badges
user_5754656
@user_5754656
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Why does the implementation of declval in libstdc++-v3 look so complicated?
59 votes
Is it possible to explicitly call a name mangled function?
37 votes
How do I organize members in a struct to waste the least space on alignment?
32 votes
Is it OK to make a placement new on memory managed by a smart pointer?
25 votes
Why is constexpr of std::wstring().capacity() not equal to std::wstring().capacity()?
21 votes
Top Questions
How to consider ADL for type of non-type template parameters
5 votes
0 answers
Why can templates that require a complete type be instantiated when the type is completed after the instantiation?
4 votes
0 answers
Avoid compiling definition of inline function multiple times
3 votes
1 answers
Is a multiple argument constructor ever useful over a single tuple argument constructor?
3 votes
1 answers
Do sets with transparant comparators need to form an equivalence class?
3 votes
1 answers