Config.in 404 B

123456789101112
  1. config 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. https://github.com/TartanLlama/expected
  9. comment "tl-expected needs a toolchain w/ C++, gcc >= 4.8"
  10. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8