C++ StackOverflow
@CppStack
Followers
21K
Following
0
Media
0
Statuses
5K
StackOverflow feed of C++ questions matching certain criteria.
Joined October 2013
Why can a class that does not implement member functions be instantiated in C++? [Score:23]
6
2
19
Are intmax_t and uintmax_t guaranteed to be of the same size? [Score:25]
1
1
14
Why does removing 'const' from the constructor parameter stop the class from being instantiated? [Score:29]
0
3
23
Overload resolution for function templates with auto non-type template parameter [Score:9]
0
1
8
Does wrapping an lvalue in double curly braces create a temporary object that can be passed as an rvalue reference? [Score:8]
0
2
12
Is it possible to validate the input to a user-defined literal at compile time [Score:11]
0
0
13
The reasoning behind clang's implementation of std::function's move semantics [Score:22]
0
0
5
Can I copy-elide an immovable & uncopyable function result into an optional? [Score:17]
1
1
9
What is the result type of the bit shift operator? [Score:16]
0
1
8
Is my code ill-formed if I intentionally mark a function [that I know may probably throw] noexcept to terminate immediately in case of exception? [Score:6]
0
0
8
Why does MSVC generate nop instructions for atomic loads on x64? [Score:7]
0
0
11
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" and hence invoking UB? [Score:6]
0
0
5
Compiler optimization for sum of squared numbers [Score:6]
0
0
11
Why do different compilers behave differently with these requires expressions? [Score:9]
0
0
5
Is a template with reference non-type template parameter supposed to match a template template parameter with an auto non-type template parameter? [Score:6]
0
2
11
Why can't std::unique_ptr be returned after structured binding without using std::move? [Score:6]
0
1
11
std::enable_if not working properly in MSVC compiler [Score:8]
0
0
7
What is the motivation behind the API of the Boost Graph DFS (and other algorithms)? [Score:6]
0
0
7