[DEV] continue removing STL

This commit is contained in:
2017-09-14 00:59:21 +02:00
parent ab070be3f8
commit 37a1dce0b4
14 changed files with 16 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ Declaring a signal is really simple, just include the esignal file:
You can now declare your signals. We have basicly declare some basic signal type:
- void
- bool
- std::string / std::u32string
- etk::String / etk::UString
- int8_t / int16_t / int32_t / int64_t
- uint8_t / uint16_t / uint32_t / uint64_t
- float / double