2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-31 08:42:22 +00:00

elements are not stream parsers

This commit is contained in:
Vinnie Falco
2021-09-03 17:35:07 -07:00
parent 5860390271
commit b599ffa4af
24 changed files with 115 additions and 371 deletions

View File

@@ -24,9 +24,12 @@ public:
run()
{
using T = host;
bad_ <T>("%");
good_<T>("");
good_<T>("[::]");
good_<T>("1.2.3.4");
good_<T>("boost.org");
good_<T>("999.0.0.1"); // name
}
};