1.1
Changelog:
- Use of
explicit
keyword on single argument for ctors - Use of
std::move
instead ofconst &
forstd::string
as arg - Better documentation
explicit
keyword on single argument for ctorsstd::move
instead of const &
for std::string
as arg