forked from boostorg/variant2
Update documentation
This commit is contained in:
@ -1,10 +1,7 @@
|
|||||||
////
|
////
|
||||||
Copyright 2019 Peter Dimov
|
Copyright 2019 Peter Dimov
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
|
https://www.boost.org/LICENSE_1_0.txt
|
||||||
See accompanying file LICENSE_1_0.txt or copy at
|
|
||||||
http://www.boost.org/LICENSE_1_0.txt
|
|
||||||
////
|
////
|
||||||
|
|
||||||
[#implementation]
|
[#implementation]
|
||||||
@ -13,13 +10,13 @@ http://www.boost.org/LICENSE_1_0.txt
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
This implementation only depends on Boost.Config and Boost.Mp11.
|
This implementation only depends on Boost.Config, Boost.Assert, and Boost.Mp11.
|
||||||
|
|
||||||
## Supported Compilers
|
## Supported Compilers
|
||||||
|
|
||||||
* GCC 4.8 or later with `-std=c++11` or above
|
* GCC 4.8 or later with `-std=c++11` or above
|
||||||
* Clang 3.5 or later with `-std=c++11` or above
|
* Clang 3.9 or later with `-std=c++11` or above
|
||||||
* Visual Studio 2015, 2017, 2019
|
* Visual Studio 2015, 2017, 2019
|
||||||
|
|
||||||
Tested on https://travis-ci.org/boostorg/variant2/[Travis] and
|
Tested on https://github.com/boostorg/variant2/actions[Github Actions] and
|
||||||
https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].
|
https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].
|
||||||
|
Reference in New Issue
Block a user