List Question
10 TechQA 2023-10-29 15:05:46Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
188 views
Asked by 0xbadf00d
Emulate attribute "unpredictable"
167 views
Asked by Tomilov Anatoliy
How are unknown attributes supposed to be treated before C++17?
60 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]]?
308 views
Asked by xmllmx
C++ What is the size of a pointer to an empty class?
149 views
Asked by davidhigh
Ignored attributes while defining a type for intrinsic function template wrapper
63 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'
141 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]]?
172 views
Asked by Jeremy Friesner