Tags C++ C++20 [[nodiscard]] Attribute admin January 17, 2021 [[nodiscard]] attribute “encourages” the compiler to issue a warning when the return value from a function is ignored. It was introduced