<div dir="ltr"><div>I am attempting to call FixedCompilationDatabase::loadFromCommandLine.  Seems pretty straight forward:</div><div><br></div><div>FixedCompilationDatabase::loadFromCommandLine(argc, argv);</div><div><br></div><div>In VS2013 this gives me an error:</div><div><br></div><div>cannot convert argument 2 from 'char *[]' to 'const char **'</div><div><br></div><div>I am using the following signature of main (3.6.1/2 C++11 standard):</div><div><br></div><div>int main(int argc, char* argv[])</div><div><br></div><div>It seems that the compiler should be able to do the conversion implicitly, but it isn't.  Is this how it is supposed to work?  If it is, should the signature of loadFromCommandLine change so that argv can be passed directly?</div></div>