summaryrefslogtreecommitdiff
path: root/Source/cmUVStreambuf.h
diff options
context:
space:
mode:
authorAlexej Harm <alexej.h@xiphos.de>2019-09-11 15:26:20 +0200
committerAlexej Harm <alexej.h@xiphos.de>2019-09-11 15:26:20 +0200
commita3cfb66543d307e644e4df207f2e1305200ced02 (patch)
treeb4e39e681b8e1e11d88e49a01637910f1a826bf0 /Source/cmUVStreambuf.h
parent7f46e4a73a4d7aaa4029a04c532d2c99635383b9 (diff)
downloadcmake-a3cfb66543d307e644e4df207f2e1305200ced02.tar.gz
Add compatibility with the cl.exe /permissive- compiler option
Diffstat (limited to 'Source/cmUVStreambuf.h')
-rw-r--r--Source/cmUVStreambuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUVStreambuf.h b/Source/cmUVStreambuf.h
index 873352b1ad..0737629a28 100644
--- a/Source/cmUVStreambuf.h
+++ b/Source/cmUVStreambuf.h
@@ -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