SpiceQA
Questions
Tags
Users
Badges
user_5282154
@user_5282154
0
reputation
0
answers
16
questions
About Me
// Hello, World !
Top Answers
Why do we need voidify function template in uninitialized_copy
4 votes
I am facing an issue with string and null characters in C++.Null character is behaving differently
3 votes
Quicksort linear time?
3 votes
How to write a lambda function that can only take in int or float pointers?
2 votes
Is swapping a const member undefined behavior? C++17
2 votes
Top Questions
Modifying contents of a const std::vector<T> w/o UB
7 votes
1 answers
Apparent bug in clang when assigning a r value containing a `std::string` from a constructor
6 votes
2 answers
Is there any way to declare a array, not just its elements, as const?
6 votes
1 answers
What is voidify(), referenced in the c++ standard, supposed to do
6 votes
0 answers
Can contents of a `const vector` be modified w/o UB?
4 votes
3 answers