Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / variant2 / doc / variant2 / implementation.adoc
1 ////
2 Copyright 2019 Peter Dimov
3
4 Distributed under the Boost Software License, Version 1.0.
5
6 See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt
8 ////
9
10 [#implementation]
11 # Implementation
12 :idprefix: implementation_
13
14 ## Dependencies
15
16 This implementation only depends on Boost.Config and Boost.Mp11.
17
18 ## Supported Compilers
19
20 * GCC 4.8 or later with `-std=c++11` or above
21 * Clang 3.5 or later with `-std=c++11` or above
22 * Visual Studio 2015, 2017, 2019
23
24 Tested on https://travis-ci.org/boostorg/variant2/[Travis] and
25 https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].