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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user