update buildsystem

This commit is contained in:
Marc Wäckerlin
2018-10-23 21:19:05 +00:00
parent 0d2baabf8c
commit 4528cd8d78
4 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace mrw {
@subsection stdextstringfeatures Extensions to std::string
- Shift operator to shift any kind of values into a string
without the need for a stingstream.
without the need for a stringstream.
- Addition operators to add, means concatenate, any kind of
value (e.g. integer) to a string without the need for a
stringstream.