mirror of https://github.com/jarro2783/cxxopts.git
fixed “possible loss of data” warning on Visual Studio (#89)
This commit is contained in:
parent
c69ca9166d
commit
ec7db35ac6
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue