use C++ std::string comparison in droption.h to avoid link error
Created by: mxmssh
droption.h includes both and <string.h>. We should remove the <string.h> and replace the strcmp with a std::string comparison.
Created by: mxmssh
droption.h includes both and <string.h>. We should remove the <string.h> and replace the strcmp with a std::string comparison.