Replace WARN_UNUSED_RESULT with C++17 [[nodiscard]] |
|
Issue descriptionOnce we're C++17 everywhere we can use [[nodiscard]] in place of WARN_UNUSED_RESULT and __attribute__((warn_unused_result)). |
|
►
Sign in to add a comment |
|
|
|
Project: chromium ▼ Issues People Development process History | Sign in |
|---|
Replace WARN_UNUSED_RESULT with C++17 [[nodiscard]] |
|
Issue descriptionOnce we're C++17 everywhere we can use [[nodiscard]] in place of WARN_UNUSED_RESULT and __attribute__((warn_unused_result)). |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@google.com
, Jan 10