C++ StackOverflow Profile
C++ StackOverflow

@CppStack

Followers
21K
Following
0
Media
0
Statuses
5K

StackOverflow feed of C++ questions matching certain criteria.

Joined October 2013
Don't wanna be here? Send us removal request.
@CppStack
C++ StackOverflow
3 years
Why can a class that does not implement member functions be instantiated in C++? [Score:23]
6
2
19
@CppStack
C++ StackOverflow
3 years
Are intmax_t and uintmax_t guaranteed to be of the same size? [Score:25]
1
1
14
@CppStack
C++ StackOverflow
3 years
Why does removing 'const' from the constructor parameter stop the class from being instantiated? [Score:29]
0
3
23
@CppStack
C++ StackOverflow
3 years
Overload resolution for function templates with auto non-type template parameter [Score:9]
0
1
8
@CppStack
C++ StackOverflow
3 years
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
@CppStack
C++ StackOverflow
3 years
Is it possible to validate the input to a user-defined literal at compile time [Score:11]
0
0
13
@CppStack
C++ StackOverflow
3 years
The reasoning behind clang's implementation of std::function's move semantics [Score:22]
0
0
5
@CppStack
C++ StackOverflow
3 years
Can I copy-elide an immovable & uncopyable function result into an optional? [Score:17]
1
1
9
@CppStack
C++ StackOverflow
3 years
What is the result type of the bit shift operator? [Score:16]
0
1
8
@CppStack
C++ StackOverflow
3 years
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
@CppStack
C++ StackOverflow
3 years
Why does MSVC generate nop instructions for atomic loads on x64? [Score:7]
0
0
11
@CppStack
C++ StackOverflow
3 years
How to stop clang from overexpanding? [Score:9]
0
0
5
@CppStack
C++ StackOverflow
3 years
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" and hence invoking UB? [Score:6]
0
0
5
@CppStack
C++ StackOverflow
3 years
Compiler optimization for sum of squared numbers [Score:6]
0
0
11
@CppStack
C++ StackOverflow
3 years
Why do different compilers behave differently with these requires expressions? [Score:9]
0
0
5
@CppStack
C++ StackOverflow
3 years
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
@CppStack
C++ StackOverflow
3 years
Why can't std::unique_ptr be returned after structured binding without using std::move? [Score:6]
0
1
11
@CppStack
C++ StackOverflow
3 years
What is causing this output typo? [Score:6]
0
0
2
@CppStack
C++ StackOverflow
3 years
std::enable_if not working properly in MSVC compiler [Score:8]
0
0
7
@CppStack
C++ StackOverflow
3 years
What is the motivation behind the API of the Boost Graph DFS (and other algorithms)? [Score:6]
0
0
7