Add compatibility with the cl.exe /permissive- compiler option

This commit is contained in:
Alexej Harm
2019-09-11 15:26:20 +02:00
parent 7f46e4a73a
commit a3cfb66543
2 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public:
cmBasicUVStreambuf* close();
protected:
typename cmBasicUVStreambuf::int_type underflow() override;
typename cmBasicUVStreambuf<CharT, Traits>::int_type underflow() override;
std::streamsize showmanyc() override;
// FIXME: Add write support