fixed “possible loss of data” warning on Visual Studio (#89)

This commit is contained in:
Addy 2017-12-14 16:02:02 -05:00 committed by jarro2783
parent c69ca9166d
commit ec7db35ac6

View File

@ -1080,7 +1080,7 @@ namespace cxxopts
std::vector<std::string>,
int&, char**&);
int
size_t
count(const std::string& o) const
{
auto iter = m_options.find(o);