mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 06:16:49 +00:00
3e027d9def
None of these usages of `std::list` were inserting or removing elements in the middle of the structure, so there were no benefits to using it. Other uses were related to C pointers being stable in a list of strings whereas in a vector of strings, small pointer optimizations could be moved and become invalid after a modification to the hosting vector. None of these uses modified the vector after handing out a C string to an external store. |
||
---|---|---|
.. | ||
cmCPackWIXGenerator.cxx | ||
cmCPackWIXGenerator.h | ||
cmWIXAccessControlList.cxx | ||
cmWIXAccessControlList.h | ||
cmWIXDirectoriesSourceWriter.cxx | ||
cmWIXDirectoriesSourceWriter.h | ||
cmWIXFeaturesSourceWriter.cxx | ||
cmWIXFeaturesSourceWriter.h | ||
cmWIXFilesSourceWriter.cxx | ||
cmWIXFilesSourceWriter.h | ||
cmWIXPatch.cxx | ||
cmWIXPatch.h | ||
cmWIXPatchParser.cxx | ||
cmWIXPatchParser.h | ||
cmWIXRichTextFormatWriter.cxx | ||
cmWIXRichTextFormatWriter.h | ||
cmWIXShortcut.cxx | ||
cmWIXShortcut.h | ||
cmWIXSourceWriter.cxx | ||
cmWIXSourceWriter.h |