Export of internal Abseil changes
-- 28f0285638324bb04c20304cf14e5ade25420f1f by Gennadiy Rozental <rogeeff@google.com>: Make CheckDefaultValueParsingRoundtrip private in CommandLineFlag. PiperOrigin-RevId: 309417330 GitOrigin-RevId: 28f0285638324bb04c20304cf14e5ade25420f1f Change-Id: I8dfed7005b3e5d58232df786e65fa7565ae72be8
This commit is contained in:
parent
ca9856cabc
commit
a1d6689907
3 changed files with 14 additions and 5 deletions
|
|
@ -298,7 +298,8 @@ void CheckDefaultValuesParsingRoundtrip() {
|
|||
ABSL_FLAGS_INTERNAL_BUILTIN_TYPES(IGNORE_TYPE)
|
||||
#undef IGNORE_TYPE
|
||||
|
||||
flag->CheckDefaultValueParsingRoundtrip();
|
||||
flags_internal::PrivateHandleInterface::CheckDefaultValueParsingRoundtrip(
|
||||
*flag);
|
||||
});
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue