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

Add path_view difference_type

This commit is contained in:
Vinnie Falco
2021-09-08 13:12:16 -07:00
parent a2f68e401b
commit a3b7877fbb

View File

@@ -40,6 +40,8 @@ public:
path_view::value_type;
using pointer = value_type const*;
using reference = value_type const&;
using difference_type =
std::ptrdiff_t;
using iterator_category =
std::forward_iterator_tag;