DevO2012 / gflags

Automatically exported from code.google.com/p/gflags
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support uint32 as flag type #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current supported types include int32, int64, and uint64. We have a flag (a 
seed to a random number generator) which is a uint32.

We currently use int64, then explicitly cast. This is perfectly good 
workaround, but it seems nicer if it were just supported directly. 

Original issue reported on code.google.com by coo...@matterport.com on 17 Oct 2014 at 10:58