• dreamer.dead's avatar
    Do not pass flag type as a char literal when registering a new flag. · 46ea10f0
    dreamer.dead authored
    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.
    46ea10f0
Name
Last commit
Last update
..
config Loading commit data...
nc Loading commit data...
CMakeLists.txt Loading commit data...
flagfile.1 Loading commit data...
flagfile.2 Loading commit data...
flagfile.3 Loading commit data...
gflags_build.py.in Loading commit data...
gflags_declare_flags.cc Loading commit data...
gflags_declare_test.cc Loading commit data...
gflags_strip_flags_test.cc Loading commit data...
gflags_strip_flags_test.cmake Loading commit data...
gflags_unittest.cc Loading commit data...
gflags_unittest_flagfile Loading commit data...