Open bstaletic opened 4 years ago
All views are now marked with [[nodiscard]], although some things may have been missed. For algorithms, [[nodiscard]] wasn't added to:
[[nodiscard]]
ostream_iterator<T>(cout)
next_permutation
prev_permutation
in_found_result::found
All views are now marked with
[[nodiscard]]
, although some things may have been missed. For algorithms,[[nodiscard]]
wasn't added to:ostream_iterator<T>(cout)
.next_permutation
andprev_permutation
- thein_found_result::found
seems useful, but I wasn't sure if it is useful enough.