mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 19:28:37 -06:00
Prefer std::ostream& over derivatives as parameters
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
|
||||
protected:
|
||||
void WriteBatchScript();
|
||||
void WriteSrunArgs(int test, cmsys::ofstream& fout);
|
||||
void WriteTestCommand(int test, cmsys::ofstream& fout);
|
||||
void WriteSrunArgs(int test, std::ostream& fout);
|
||||
void WriteTestCommand(int test, std::ostream& fout);
|
||||
|
||||
void SubmitBatchScript();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user