boostorg / boostorg/url

support input_iterator_tag in params and segments

Open
#166 4 comments 0 reactions 1 assignee Claimed by @alandefreitas View on GitHub
Feature
Dominant language
C++
Stars
205
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Functions such as
https://github.com/CPPAlliance/url/blob/3b6e2afafcd8733ec453c2595e1d434913eed335/include/boost/url/params.hpp#L174
could be implemented for `std::input_iterator_tag`.

Since we pass through the parameters twice, it would require us to use an extra heap allocation for a `std::string` with the params before calling `edit_params`. This should be documented.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.