mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Pass large types by const&, small types by value
This commit is contained in:
@@ -228,7 +228,7 @@ private:
|
||||
|
||||
static const char* PersistentProperties[];
|
||||
bool ReadPropertyEntry(std::string const& key, CacheEntry& e);
|
||||
void WritePropertyEntries(std::ostream& os, CacheIterator const& i);
|
||||
void WritePropertyEntries(std::ostream& os, CacheIterator i);
|
||||
|
||||
CacheEntryMap Cache;
|
||||
// Only cmake and cmState should be able to add cache values
|
||||
|
||||
Reference in New Issue
Block a user