cxxopts/include
2017-11-20 22:39:57 -05:00
..
cxxopts.hpp Fix for two compiler warnings: (1) implicit assignment of signed to unsigned with possible loss of data (explicit cast to 'US' type fixes that warning by showing intent), and (2) implicit conversion from 'size_t' to 'int' with possible loss of data (again, explicit cast to 'int' fixes that warning by showing intent). 2017-11-20 22:39:57 -05:00