mirror of
https://github.com/boostorg/url.git
synced 2026-02-13 00:42:15 +00:00
Port beast uri
This commit is contained in:
12
src/src.cpp
Normal file
12
src/src.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// Official repository: https://github.com/vinniefalco/uri
|
||||
//
|
||||
|
||||
#ifndef BOOST_URI_HEADER_ONLY
|
||||
#include <boost/uri/src.hpp>
|
||||
#endif
|
||||
Reference in New Issue
Block a user