mirror of
https://github.com/TartanLlama/expected.git
synced 2026-01-25 08:32:19 +01:00
* test: Silence "non-void function does not return a value" * Add [[nodiscard]] to tl::expected Microsoft STL added [[nodiscard]] on 2024-12-13; see https://github.com/microsoft/STL/pull/5174 martinmoene/expected-lite added [[nodiscard]] on 2024-12-10; see https://github.com/martinmoene/expected-lite/pull/74