When I declare a function as a return type like so
constexpr auto borrow() const& noexcept -> const value_type&;
hdoc displays it like so https://imgur.com/a/A17UJ6g
It seems to split the const& specifier on a member function and split it in 2 parts. Not sure why it happens. It's not a big bug, but i thought it was worth reporting
When I declare a function as a return type like so
hdoc displays it like so https://imgur.com/a/A17UJ6g
It seems to split the
const&specifier on a member function and split it in 2 parts. Not sure why it happens. It's not a big bug, but i thought it was worth reporting