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>,
|
std::vector<std::string>,
|
||||||
int&, char**&);
|
int&, char**&);
|
||||||
|
|
||||||
int
|
size_t
|
||||||
count(const std::string& o) const
|
count(const std::string& o) const
|
||||||
{
|
{
|
||||||
auto iter = m_options.find(o);
|
auto iter = m_options.find(o);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user