mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
BUG: remove warning
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
/**
|
||||
* Allow a test for whether the file is open.
|
||||
*/
|
||||
operator bool() { return static_cast<bool>(m_Stream); }
|
||||
operator bool() { return m_Stream.good(); }
|
||||
|
||||
/**
|
||||
* Close the file stream. This will cause the copy-if-different to the
|
||||
|
||||
Reference in New Issue
Block a user