std::string s = "test1";
s.compare("test2");

는 되는데

"test1".compare("test2")

는 안되나요