
I add some debug code to output the requested url for `std::literals::chrono_literals::operator""d`, which is
`https://en.cppreference.com/w/cpp/chrono/operator%22%22d`. However, the actual url should be
`https://en.cppreference.com/w/cpp/chrono/operator%2522%2522d.html`.
And following cases have the similar issue:
std::experimental::observer_ptr::operator*
std::experimental::observer_ptr::operator->
- And many others.
It seems there's a url-encoding gap between cppreference and cppman.