mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Prefer std::ostream& over derivatives as parameters
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
};
|
||||
bool PushTLLCommandTrace(TLLSignature signature,
|
||||
cmListFileContext const& lfc);
|
||||
void GetTllSignatureTraces(std::ostringstream& s, TLLSignature sig) const;
|
||||
void GetTllSignatureTraces(std::ostream& s, TLLSignature sig) const;
|
||||
|
||||
void MergeLinkLibraries(cmMakefile& mf, const std::string& selfname,
|
||||
const LinkLibraryVectorType& libs);
|
||||
|
||||
Reference in New Issue
Block a user