SpiceQA
Questions
Tags
Users
Badges
user_6427477
@user_6427477
0
reputation
0
answers
14
questions
About Me
// Hello, World !
Top Answers
Conditional override in derived class template
4 votes
lambda capture fails (on MSVC) if object has no copy constructor
2 votes
std::make_tuple and rvalue reference
2 votes
How do I design a function with a strong exception guarantee?
1 votes
Avoid multiple copy of data when composing objects at construction without dynamic allocation
1 votes
Top Questions
What happens if 'throw' fails to allocate memory for exception object?
38 votes
4 answers
Avoiding extra move in make_unique/make_shared/emplace/etc for structures that use aggregate initialization
14 votes
1 answers
Is it possible to initialize member variable (or base class) of a non-copyable type?
10 votes
3 answers
Why doesn't std::integral_constant<lambda> work the same way as std::integral_constant<function-ptr>?
7 votes
1 answers
Is it guaranteed that std::chrono::steady_clock never wraps around?
5 votes
1 answers