src.hpp 627 B

123456789101112131415161718192021222324
  1. //
  2. // Copyright (c) 2023 alandefreitas ([email protected])
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. //
  7. #ifndef BOOST_URL_SRC_HPP
  8. #define BOOST_URL_SRC_HPP
  9. /*
  10. This file used to be used as a form of library integration
  11. to allow the library to be compiled as a single target.
  12. This form of integration is discontinued.
  13. Please refer to the following link for instructions:
  14. https://www.boost.org/doc/libs/master/libs/url/doc/html/url/overview.html
  15. */
  16. #error "src.hpp is discontinued and should not be used. Please use the compiled library instead."
  17. #endif