IVGCVSW-4519 Remove Boost Variant and apply_visitor variant
authorJames Ward <james.ward@arm.com>
Fri, 25 Sep 2020 10:43:21 +0000 (11:43 +0100)
committerJames Ward <james.ward@arm.com>
Wed, 30 Sep 2020 08:41:31 +0000 (08:41 +0000)
commit22a4e1539aca7d39d7abc932f0a4d0b27beedf80
tree95152943571413af5a3b550ac391bb17f258feef
parentba3ef18cb6117c49fcdbf177dce5991d6d679cbc
IVGCVSW-4519 Remove Boost Variant and apply_visitor variant

  * add mapbox/variant third party package

Signed-off-by: James Ward <james.ward@arm.com>
Change-Id: I181302780edd9dace40f158a11327316a12ce69a
CMakeLists.txt
README.md
third-party/mapbox/LICENSE [new file with mode: 0644]
third-party/mapbox/LICENSE_1_0.txt [new file with mode: 0644]
third-party/mapbox/README.md [new file with mode: 0644]
third-party/mapbox/optional.hpp [new file with mode: 0644]
third-party/mapbox/recursive_wrapper.hpp [new file with mode: 0644]
third-party/mapbox/variant.hpp [new file with mode: 0644]
third-party/mapbox/variant_cast.hpp [new file with mode: 0644]
third-party/mapbox/variant_io.hpp [new file with mode: 0644]
third-party/mapbox/variant_visitor.hpp [new file with mode: 0644]