forked from boostorg/variant2
Update README
This commit is contained in:
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
This repository contains a never-valueless, strong guarantee, C++11/14/17
|
This repository contains a never-valueless, strong guarantee, C++11/14/17
|
||||||
implementation of [std::variant](http://en.cppreference.com/w/cpp/utility/variant).
|
implementation of [std::variant](http://en.cppreference.com/w/cpp/utility/variant).
|
||||||
See [the documentation](https://www.boost.org/doc/libs/master/libs/variant2/)
|
See [the documentation](https://www.boost.org/libs/variant2)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
The code requires [Boost.Mp11](https://github.com/boostorg/mp11) and
|
The code requires [Boost.Mp11](https://github.com/boostorg/mp11) and
|
||||||
Boost.Config.
|
Boost.Config.
|
||||||
|
|
||||||
The repository is intended to be placed into the `libs/variant2` directory of
|
The library is part of Boost, starting from release 1.71, but the header
|
||||||
a Boost clone or release, but the header `variant.hpp` will also work
|
`variant.hpp` will also work [standalone](https://godbolt.org/z/nVUNKX).
|
||||||
[standalone](https://godbolt.org/z/nVUNKX).
|
|
||||||
|
|
||||||
Supported compilers:
|
Supported compilers:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user