|
||||
File indexing completed on 2025-01-18 09:53:29
0001 // 0002 // Copyright (c) 2023 alandefreitas (alandefreitas@gmail.com) 0003 // 0004 // Distributed under the Boost Software License, Version 1.0. 0005 // https://www.boost.org/LICENSE_1_0.txt 0006 // 0007 0008 #ifndef BOOST_URL_SRC_HPP 0009 #define BOOST_URL_SRC_HPP 0010 0011 /* 0012 0013 This file used to be used as a form of library integration 0014 to allow the library to be compiled as a single target. 0015 0016 This form of integration is discontinued. 0017 0018 Please refer to the following link for instructions: 0019 https://www.boost.org/doc/libs/master/libs/url/doc/html/url/overview.html 0020 0021 */ 0022 #error "src.hpp is discontinued and should not be used. Please use the compiled library instead." 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |