An open API service indexing awesome lists of open source software.

https://github.com/mpark/slb

SLB: C++ Standard Library Backport
https://github.com/mpark/slb

backport cpp cpp11 cpp14 cpp17 cpp20 slb std

Last synced: 10 months ago
JSON representation

SLB: C++ Standard Library Backport

Awesome Lists containing this project

README

          

# SLB

> C++ Standard Library Backport

[![travis][badge.travis]][travis]
[![appveyor][badge.appveyor]][appveyor]
[![license][badge.license]][license]

[badge.travis]: https://travis-ci.org/mpark/slb.svg?branch=master
[badge.appveyor]: https://ci.appveyor.com/api/projects/status/github/mpark/slb?branch=master&svg=true
[badge.license]: https://img.shields.io/badge/license-boost-blue.svg

[travis]: https://travis-ci.org/mpark/slb
[appveyor]: https://ci.appveyor.com/project/mpark/slb
[license]: https://github.com/mpark/slb/blob/master/LICENSE.md

## Introduction

__SLB__ is an implementation of the latest version of the C++ standard library
backported to __C++11__/__14__/__17__.

## Documentation

- [C++ Working Draft](https://wg21.link/standard)
- [eel.is/c++draft](http://eel.is/c++draft)

## CMake Variables

- __`SLB_BUILD_TESTING`__: `BOOL`

Build unit tests.

## Status

Refer to [STATUS.md](STATUS.md).

## Unit Tests

Refer to [test/README.md](test/README.md).

## License

Distributed under the [Boost Software License, Version 1.0](LICENSE.md).