mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
COMP: Fix new cmGeneratedFileStream for MSVC.
This commit is contained in:
@@ -61,6 +61,8 @@ class cmGeneratedFileStream: private cmGeneratedFileStreamBase,
|
||||
public std::ofstream
|
||||
{
|
||||
public:
|
||||
typedef std::ofstream Stream;
|
||||
|
||||
/**
|
||||
* The constructor takes the name of the file to be generated. It
|
||||
* automatically generates a name for the temporary file. The
|
||||
|
||||
Reference in New Issue
Block a user