mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
update cppcommon
This commit is contained in:
parent
78900b957f
commit
05879ac6c3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace CPPCOMMON
|
namespace CPPCOMMON
|
||||||
{
|
{
|
||||||
bool getArgvMap(int argc, char** argv, map<string,string>& mpss)
|
bool getArgvMap(int argc, const char* const * argv, map<string,string>& mpss)
|
||||||
{
|
{
|
||||||
mpss.clear();
|
mpss.clear();
|
||||||
for(int i = 0; i < argc; i++)
|
for(int i = 0; i < argc; i++)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
namespace CPPCOMMON
|
namespace CPPCOMMON
|
||||||
{
|
{
|
||||||
using namespace std;
|
using namespace std;
|
||||||
bool getArgvMap(int argc, char** argv, map<string, string>& mpss);
|
bool getArgvMap(int argc, const char* const* argv, map<string, string>& mpss);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user