mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-12-18 00:35:57 +00:00
4bad76825c
std::clamp and alg:clamp had different argument orders. Since std::clamp is constexpr, we might as well just use that now we have it. |
||
---|---|---|
.. | ||
include/core | ||
base64.cpp | ||
CMakeLists.txt | ||
observable.cpp | ||
profile.cpp | ||
Readme.md | ||
thread_pool.cpp | ||
utf8.cpp | ||
version_compare.cpp | ||
wx_stl_compat.cpp |
This library contains base non-EDA items and extensions to libraries that are used throughout the KiCad codebase. This library should never depend on any parts of the KiCad code outside the thirdparty directory, since this is meant to be the lowest-level library in the dependency chain.