1config BR2_PACKAGE_TL_EXPECTED
2	bool "tl-expected"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
5	help
6	  C++11/14/17 std::expected with functional-style extensions and
7	  reference support.
8
9	  https://github.com/TartanLlama/expected
10
11comment "tl-expected needs a toolchain w/ C++, gcc >= 4.8"
12	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
13