From a15364bd8148b147e0ba7d27197a36b33dac63b8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Sep 2019 19:12:34 +0300 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90b5529..83a32fe 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,14 @@ This repository contains a never-valueless, strong guarantee, C++11/14/17 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. The code requires [Boost.Mp11](https://github.com/boostorg/mp11) and Boost.Config. -The repository is intended to be placed into the `libs/variant2` directory of -a Boost clone or release, but the header `variant.hpp` will also work -[standalone](https://godbolt.org/z/nVUNKX). +The library is part of Boost, starting from release 1.71, but the header +`variant.hpp` will also work [standalone](https://godbolt.org/z/nVUNKX). Supported compilers: