Explanation of [[nodiscard]] in C++17...
Read MoreIs it possible to use [[no_unique_address]] with non-POD types?...
Read MoreIn a lambda, what does the second list of attributes do?...
Read MoreWriting a generic `string_to_float<T>` without overhead compared to `std::stof`...
Read MoreIs there any benefit to tagging my class's constructor(s) as [[nodiscard]] when the class itself...
Read MoreC++ What is the size of a pointer to an empty class?...
Read MoreNo matching function to call 'createMatrix'...
Read MoreHow are unknown attributes supposed to be treated before C++17?...
Read MoreIs it implementation-defined that how to deal with [[no_unique_address]]?...
Read More