1//// 2Copyright 2019 Peter Dimov 3 4Distributed under the Boost Software License, Version 1.0. 5 6See accompanying file LICENSE_1_0.txt or copy at 7http://www.boost.org/LICENSE_1_0.txt 8//// 9 10[#implementation] 11# Implementation 12:idprefix: implementation_ 13 14## Dependencies 15 16This 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 24Tested on https://travis-ci.org/boostorg/variant2/[Travis] and 25https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor]. 26