1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-18 01:56:37 +00:00

use =delete for noncopyable instead of boost

This commit is contained in:
wfjm
2018-12-17 09:00:15 +01:00
parent 1620ee3a84
commit 783778f2bb
22 changed files with 139 additions and 91 deletions

View File

@@ -107,6 +107,7 @@ The full set of tests is only run for tagged releases.
- use std::shared_ptr instead of boost
- use std::function instead of boost
- use std::bind or in most cases a lambda instead of boost::bind
- use =delete for noncopyable instead of boost
- reduce usage of pointers in APIs
- add HasPort/HasVirt(); Port() and Virt() return reference
- rw11/shell.tcl: add workaround for tclreadline and `after` interference