The Wayback Machine - https://web.archive.org/web/20201027121757/https://github.com/topics/ranges
Skip to content
#

ranges

Here are 47 public repositories matching this topic...

cjdb
cjdb commented Dec 14, 2019
template<typename T>
constexpr auto operator()(T&& t) const
CJDB_DEDUCE_NOEXCEPT({
   return process(t);
})

is much easier to grok and makes the function feel more natural than what is currently in place.

Proposed resolution

  1. Replace definition of CJDB_NOEXCEPT_RETURN with
#define CJDB_INJECT_LAMBDA(...) [&] __VA_ARGS__ ()

#define CJDB_DEDUCE_NOEXCEPT(...)  

Improve this page

Add a description, image, and links to the ranges topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ranges topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.