[REF] Ensure the [[nodiscard]]
, [[maybe_unused]]
or any other specifiers are used when possible
#171
Labels
[[nodiscard]]
, [[maybe_unused]]
or any other specifiers are used when possible
#171
Describe the request
[[nodiscard]]
, and also any method which doesn't change the object itself but returns a value instead[[maybe_unused]]
noexcept
if possible.Describe the needs
This will allow some compilers optimization as long as a better code comprehension/coherence.
It should have been written since the beginning of the project but I wasn't aware of these specifiers at the time.
The text was updated successfully, but these errors were encountered: