List Question
13 TechQA 2024-03-02T14:36:58.003000Is it possible to use [[no_unique_address]] with non-POD types?
107 views
Asked by Damir Tenishev
In a lambda, what does the second list of attributes do?
868 views
Asked by HolyBlackCat
Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
257 views
Asked by 0xbadf00d
Explanation of [[nodiscard]] in C++17
11.7k views
Asked by Green绿色
Is there any benefit to tagging my class's constructor(s) as [[nodiscard]] when the class itself is tagged as [[nodiscard]]?
209 views
Asked by Jeremy Friesner
Ignored attributes while defining a type for intrinsic function template wrapper
104 views
Asked by Nitin Malapally
C++ What is the size of a pointer to an empty class?
195 views
Asked by davidhigh
No matching function to call 'createMatrix'
183 views
Asked by blkpingu
How are unknown attributes supposed to be treated before C++17?
105 views
Asked by einpoklum
Emulate attribute "unpredictable"
241 views
Asked by Tomilov Anatoliy
How to use custom C++ attributes with Clang libTooling without modifying Clang code?
1.2k views
Asked by k.meinkopf
Is it implementation-defined that how to deal with [[no_unique_address]]?
355 views
Asked by xmllmx
Is it legal to use attribute on init-statement in a range-based for loop?
127 views
Asked by Ranoiaetep