1
0
forked from fsfw/fsfw

MSVC FSFW almost compiling

This commit is contained in:
2021-03-07 01:35:55 +01:00
parent cb514e7493
commit e7cd7c8dc3
10 changed files with 38 additions and 24 deletions

View File

@ -169,6 +169,7 @@ private:
* Indicates that this element is free.
* This value limits the maximum size of a pool.
* 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();
/**