Updated FSFW to upstream development #5

Manually merged
muellerr merged 103 commits from mueller/master into development 2021-03-20 15:54:34 +01:00
Showing only changes of commit bdd66072d1 - Show all commits

View File

@ -169,7 +169,6 @@ private:
* Indicates that this element is free. * Indicates that this element is free.
* This value limits the maximum size of a pool. * This value limits the maximum size of a pool.
* Change to larger data type if increase is required. * Change to larger data type if increase is required.
* Brackets required for MSVC (nameclashes with min and max)
*/ */
static const size_type STORAGE_FREE = std::numeric_limits<size_type>::max(); static const size_type STORAGE_FREE = std::numeric_limits<size_type>::max();
/** /**