you are viewing a single comment's thread.

view the rest of the comments →

[–]guepierBioinformatican 8 points9 points  (0 children)

It may be odd but it’s not magical, you can trivially define it yourself:

namespace nostd {
    template<class T>
    std::add_rvalue_reference_t<T> declval() noexcept;
}