Commit 7be4309f authored by Lee Howes's avatar Lee Howes Committed by Facebook GitHub Bot

replace [[nodiscard] with FOLLY_NODISCARD

Summary: Correct use of portability macro.

Reviewed By: yfeldblum, manderyao

Differential Revision: D20520392

fbshipit-source-id: b21fb13aa7a523db21a506b71e65047edbb17684
parent 05cf1d41
...@@ -308,7 +308,7 @@ class BlockingGuard; ...@@ -308,7 +308,7 @@ class BlockingGuard;
BlockingGuard makeBlockingDisallowedGuard(folly::StringPiece executorName); BlockingGuard makeBlockingDisallowedGuard(folly::StringPiece executorName);
BlockingGuard makeBlockingAllowedGuard(); BlockingGuard makeBlockingAllowedGuard();
class [[nodiscard]] BlockingGuard { class FOLLY_NODISCARD BlockingGuard {
public: public:
~BlockingGuard(); ~BlockingGuard();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment