mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add compatibility with the cl.exe /permissive- compiler option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user