mirror of
https://github.com/gflags/gflags.git
synced 2025-04-10 07:18:05 +00:00
It is possible to create a type-safe version of FlagRegisterer ctor (as well as some internal gflags classes), that will deduce type of the new flag automatically. This results in removing quite a few calls to strcmp() when new flag is created. No existing behavior change. |
||
---|---|---|
.. | ||
config | ||
nc | ||
CMakeLists.txt | ||
flagfile.1 | ||
flagfile.2 | ||
flagfile.3 | ||
gflags_build.py.in | ||
gflags_declare_flags.cc | ||
gflags_declare_test.cc | ||
gflags_strip_flags_test.cc | ||
gflags_strip_flags_test.cmake | ||
gflags_unittest.cc | ||
gflags_unittest_flagfile |