Showing posts with label smart pointer. Show all posts
Showing posts with label smart pointer. Show all posts

Saturday, December 22, 2018

STLSoft 1.10.1 (beta 11) released

The latest beta of STLSoft 1.10.1 is available, at https://github.com/synesissoftware/STLSoft-1.10/tree/beta-11.

Getting the beta

As usual, there are two ways to obtain the latest beta:
  1. Select one of the release archives (.zip, .tar.gz) at https://github.com/synesissoftware/STLSoft-1.10/releases/tag/1.10.1-beta11; or
  2. 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.