Getting the beta
As usual, there are two ways to obtain the latest beta:- Select one of the release archives (.zip, .tar.gz) at https://github.com/synesissoftware/STLSoft-1.10/releases/tag/1.10.1-beta11; or
- Clone the repo https://github.com/synesissoftware/STLSoft-1.10 and checkout the beta-11 branch (as in "$ git checkout -b beta-10 origin/beta-11").
Changes
The substantive changes are:- stlsoft::ref_ptr<> class template now has two creator template functions borrow() and own();
- winstl::environment_variable now has the additional methods:
- data();
- equal();
- equal_ignore_case();
- exists(); and
- operator ==() and operator !=().
I'll describe these changes in a future blog post.
No comments:
Post a Comment