pitrou commented on code in PR #14193:
URL: https://github.com/apache/arrow/pull/14193#discussion_r977607307


##########
cpp/src/arrow/util/future.h:
##########
@@ -315,7 +315,7 @@ class ARROW_EXPORT FutureImpl : public 
std::enable_shared_from_this<FutureImpl>
 /// The consumer API allows querying a Future's current state, wait for it
 /// to complete, and composing futures with callbacks.
 template <typename T>
-class ARROW_MUST_USE_TYPE Future {
+class [[nodiscard]] Future {  // NOLINT(whitespace/braces)

Review Comment:
   Did we make any changes to cpplint?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to