fixed_point: Mark relevant member function [[nodiscard]]
Marks member functions as discard, where ignoring the return value would be indicative of a bug or dead code.
Please register or sign in to comment
Marks member functions as discard, where ignoring the return value would be indicative of a bug or dead code.