diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-06-27 06:10:03 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-07-11 13:14:02 (GMT) |
commit | 5be13907a0226bb312ba6a20afccefc9dc2266da (patch) | |
tree | 2d7030bf15f4e643cb87df75fcc05add3670243f /Help/guide/tutorial/Step10/MathFunctions/MathFunctions.h | |
parent | 66c3932e588f336a56a97794cb68183bfbba7471 (diff) | |
download | CMake-5be13907a0226bb312ba6a20afccefc9dc2266da.zip CMake-5be13907a0226bb312ba6a20afccefc9dc2266da.tar.gz CMake-5be13907a0226bb312ba6a20afccefc9dc2266da.tar.bz2 |
cmFindPackageCommand: Use `vector` instead of `set` to store arg indices
They are unique by design. I.e., when the algorithm iterates over
args doing only one push per iteration indices gonna be unique ;-)
So, no need for `std::set` here.
Diffstat (limited to 'Help/guide/tutorial/Step10/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions