1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-28 13:09:42 +00:00

use std::boolalpha; add and use RosPrintf(bool)

This commit is contained in:
wfjm
2018-12-23 09:07:25 +01:00
parent 93bf5ce03b
commit 5bf5d405c3
28 changed files with 182 additions and 100 deletions

View File

@@ -111,6 +111,7 @@ The full set of tests is only run for tagged releases.
- use unique_ptr instead of free pointers, avoid explicit `delete`
- add and use move semantic in RlinkCommandExpect
- use c++ style casts (gcc/clang -Wold-style-cast)
- use std::boolalpha; add and use Rprintf(bool);
- completely replace boost with std
- use std::unique_ptr instead of boost::scoped_ptr
- use std::shared_ptr instead of boost