1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-16 01:30:43 +00:00

use c++ style casts

This commit is contained in:
wfjm
2018-12-22 09:20:02 +01:00
parent 674762d6d8
commit 93bf5ce03b
41 changed files with 267 additions and 221 deletions

View File

@@ -110,6 +110,7 @@ The full set of tests is only run for tagged releases.
- use auto, emplace() and range loops
- 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)
- completely replace boost with std
- use std::unique_ptr instead of boost::scoped_ptr
- use std::shared_ptr instead of boost