2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-02 09:22:17 +00:00

host work

This commit is contained in:
Vinnie Falco
2021-09-06 22:25:48 -07:00
parent c4d268fcb2
commit 5754fe486e
27 changed files with 822 additions and 414 deletions

View File

@@ -9,3 +9,24 @@
// Test that header file is self-contained.
#include <boost/url/host_type.hpp>
#include "test_suite.hpp"
namespace boost {
namespace urls {
class host_type_test
{
public:
void
run()
{
}
};
TEST_SUITE(
host_type_test,
"boost.url.host_type");
} // urls
} // boost