1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-14 08:59:21 +00:00

add HasPort/HasVirt(); Port() and Virt() return reference

This commit is contained in:
wfjm
2018-12-15 14:49:34 +01:00
parent 70f0911b37
commit 11e6c81379
33 changed files with 281 additions and 206 deletions

View File

@@ -105,6 +105,8 @@ The full set of tests is only run for tagged releases.
- replace boost with std
- use std::unique_ptr instead of boost::scoped_ptr
- use std::shared_ptr 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
### Bug Fixes