1
0
forked from fsfw/fsfw

copy ctor and assgnment op forbidden

for serial linked lists
This commit is contained in:
2020-04-05 23:03:32 +02:00
parent 42838272a5
commit e791f44c41
3 changed files with 14 additions and 1 deletions

View File

@ -5,7 +5,10 @@
#include <cstddef>
#include <type_traits>
#ifndef ssize_t
typedef std::make_signed<std::size_t>::type ssize_t;
#endif
/**
* @defgroup serialize Serialization
* Contains serialisation services.