mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
VS10Generator: avoid many string allocations
This commit is contained in:
@@ -73,8 +73,6 @@ private:
|
||||
std::vector<size_t> const& exclude_configs);
|
||||
void WriteAllSources(Elem& e0);
|
||||
void WritePackageReferences(Elem& e0);
|
||||
void WritePackageReference(Elem& e1, std::string const& ref,
|
||||
std::string const& version);
|
||||
void WriteDotNetReferences(Elem& e0);
|
||||
void WriteDotNetReference(Elem& e1, std::string const& ref,
|
||||
std::string const& hint,
|
||||
|
||||
Reference in New Issue
Block a user