We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ABSL_RETIRED_FLAG
default_value
1 parent f61aac8 commit 8f942c0Copy full SHA for 8f942c0
absl/flags/flag.h
@@ -290,8 +290,7 @@ ABSL_NAMESPACE_END
290
// arguments unchanged (unless of course you actually want to retire the flag
291
// type at this time as well).
292
//
293
-// `default_value` is only used as a double check on the type. `explanation` is
294
-// unused.
+// `default_value` and `explanation` are unused.
295
// TODO(rogeeff): replace RETIRED_FLAGS with FLAGS once forward declarations of
296
// retired flags are cleaned up.
297
#define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \
0 commit comments