Commit 9cdeafc3 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Revert D6851455: [folly][PR] Add missing override for adjacent_tokens_only

Summary:
This reverts commit 5ad448f0aad8f51f4328bfe9af37d63023089e88

bypass-lint

An infra SEV is better than not reverting this diff.
If you copy this password, see you in SEV Review!
cause_a_sev_many_files

Differential Revision: D6851455

fbshipit-source-id: d96ac9c2f907f09a4086ccf65ec4a3ef47cad205
parent e45360b5
......@@ -83,7 +83,7 @@ class GFlagValueSemanticBase : public po::value_semantic {
std::string name() const override { return "arg"; }
#if BOOST_VERSION >= 105900
bool adjacent_tokens_only() const override {
bool adjacent_tokens_only() const {
return false;
}
#endif
......
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