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