Tao.Algorithm is a C++11/14/17 ... —see it on Github—.

Contents

Requirements

The library requires a standard conformant implementation of C++11; a few additional features are only available under C++14. Some effort was done to support incomplete language or standard library implementations —see Config—. There are no external dependencies.

The library was successfully tested with the following configurations [*]:

  • Clang 3.3, 3.4 (both with libc++ and libstdc++)
  • GCC 4.8, 4.9
  • MSVC 2013

[*] Only Clang with libc++ implement enough functionality to support every feature of the library.


Copyright Fernando Pelliccioni, 2016

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)