StackOverflow feed of C questions matching certain criteria.

Joined October 2013
Photos and videos
Why can a class that does not implement member functions be instantiated in C ? [Score:23] bit.ly/3EuXzzq

6
2
19
13,483
Are intmax_t and uintmax_t guaranteed to be of the same size? [Score:25] bit.ly/3Yl6rzT

1
1
14
14,722
Why does removing 'const' from the constructor parameter stop the class from being instantiated? [Score:29] bit.ly/3wWUvYI

3
23
15,112
Overload resolution for function templates with auto non-type template parameter [Score:9] bit.ly/3R2hCut

1
9
10,016
Does wrapping an lvalue in double curly braces create a temporary object that can be passed as an rvalue reference? [Score:8] bit.ly/3iBRl9y

2
12
10,199
Is it possible to validate the input to a user-defined literal at compile time [Score:11] bit.ly/3XwjoFT

12
7,246
The reasoning behind clang's implementation of std::function's move semantics [Score:22] bit.ly/3GD60sP

5
4,488
Can I copy-elide an immovable & uncopyable function result into an optional? [Score:17] bit.ly/3GX5vLC

1
1
9
4,895
What is the result type of the bit shift operator? [Score:16] bit.ly/3GSrymG

1
8
5,073
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] bit.ly/3Gh7dWu

8
4,003
Why does MSVC generate nop instructions for atomic loads on x64? [Score:7] bit.ly/3QsmVTH

10
4,464
How to stop clang from overexpanding? [Score:9] bit.ly/3WT1jBy

5
3,487
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" and hence invoking UB? [Score:6] bit.ly/3G3pOoP

5
3,722
Compiler optimization for sum of squared numbers [Score:6] bit.ly/3WRolsA

11
3,477
Why do different compilers behave differently with these requires expressions? [Score:9] bit.ly/3PWsOb8

5
2,673
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] bit.ly/3jxaz03

2
12
3,734
Why can't std::unique_ptr be returned after structured binding without using std::move? [Score:6] bit.ly/3FYQzuP

1
10
4,321
What is causing this output typo? [Score:6] bit.ly/3YQFbtl

2
2,287
std::enable_if not working properly in MSVC compiler [Score:8] bit.ly/3GkdDpl

7
3,039
What is the motivation behind the API of the Boost Graph DFS (and other algorithms)? [Score:6] bit.ly/3GfLDCV

7
3,405