SpiceQA
Questions
Tags
Users
Badges
user_430766
@user_430766
0
reputation
0
answers
19
questions
About Me
// Hello, World !
Top Answers
How to initialize C++17 vector of pairs with optional element
54 votes
Parsing compilation error: no matching function for call to 'std::pair<,>::pair()'
9 votes
Where, specifically, does the standard state that modifying a const object is undefined behaviour?
7 votes
sfinae to detect containers: failure for std:array
7 votes
How to avoid apply compilation flag for third party header
6 votes
Top Questions
CLI pdf viewer for linux
68 votes
7 answers
Why is std::aligned_storage to be deprecated in C++23 and what to use instead?
36 votes
1 answers
Is the compiler allowed to optimise out private data members?
32 votes
3 answers
Why does/did C allow implicit function and typeless variable declarations?
17 votes
5 answers
Should I make my local variables const or movable?
14 votes
5 answers