List Question
10 TechQA 2024-12-31 00:12:44Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
230 views
Asked by 0xbadf00d
Emulate attribute "unpredictable"
232 views
Asked by Tomilov Anatoliy
How are unknown attributes supposed to be treated before C++17?
110 views
Asked by einpoklum
Explanation of [[nodiscard]] in C++17
11.7k views
Asked by Green绿色
Is it implementation-defined that how to deal with [[no_unique_address]]?
355 views
Asked by xmllmx
C++ What is the size of a pointer to an empty class?
196 views
Asked by davidhigh
Ignored attributes while defining a type for intrinsic function template wrapper
111 views
Asked by Nitin Malapally
How to use custom C++ attributes with Clang libTooling without modifying Clang code?
1.1k views
Asked by k.meinkopf
No matching function to call 'createMatrix'
195 views
Asked by blkpingu
Is there any benefit to tagging my class's constructor(s) as [[nodiscard]] when the class itself is tagged as [[nodiscard]]?
220 views
Asked by Jeremy Friesner