List Question
10 TechQA 2024-12-31 00:12:44Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
198 views
Asked by 0xbadf00d
Emulate attribute "unpredictable"
187 views
Asked by Tomilov Anatoliy
How are unknown attributes supposed to be treated before C++17?
77 views
Asked by einpoklum
Explanation of [[nodiscard]] in C++17
11.6k views
Asked by Green绿色
Is it implementation-defined that how to deal with [[no_unique_address]]?
325 views
Asked by xmllmx
C++ What is the size of a pointer to an empty class?
163 views
Asked by davidhigh
Ignored attributes while defining a type for intrinsic function template wrapper
79 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'
160 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]]?
187 views
Asked by Jeremy Friesner