Remove compile error and remove some warnings
This commit is contained in:
parent
7e84fa0f1d
commit
65cc289047
@ -176,8 +176,9 @@ private:
|
||||
class cmInputStringStream: public std::istringstream
|
||||
{
|
||||
public:
|
||||
typedef std::istringstream Superclass;
|
||||
cmInputStringStream() {}
|
||||
cmInputStringStream(const char* c) : std::istringstream(c) {}
|
||||
cmInputStringStream(const char* c) : Superclass(c) {}
|
||||
private:
|
||||
cmInputStringStream(const cmInputStringStream&);
|
||||
void operator=(const cmInputStringStream&);
|
||||
|
Loading…
x
Reference in New Issue
Block a user