We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fdaf5 commit 2c57190Copy full SHA for 2c57190
src/detail/uri_resolve.cpp
@@ -12,6 +12,7 @@
12
#include <boost/algorithm/string/erase.hpp>
13
#include <boost/algorithm/string/replace.hpp>
14
#include <boost/algorithm/string/predicate.hpp>
15
+namespace network_boost = boost;
16
#else // NETWORK_URI_EXTERNAL_BOOST
17
#include "../boost/algorithm/string/find.hpp"
18
#include "../boost/algorithm/string/erase.hpp"
0 commit comments