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