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
- Host: GitHub
- URL: https://github.com/mpark/slb
- Owner: mpark
- License: bsl-1.0
- Created: 2017-10-21T08:10:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T13:39:51.000Z (about 7 years ago)
- Last Synced: 2025-04-10T00:51:06.021Z (10 months ago)
- Topics: backport, cpp, cpp11, cpp14, cpp17, cpp20, slb, std
- Language: C++
- Homepage:
- Size: 311 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).