Skip to content
#

ranges

Here are 42 public repositories matching this topic...

izvolov
izvolov commented Nov 20, 2019

Верхнеуровневая документация в настоящий момент представлена файлами README.md и doc/README.md.

Предлагаю для каждого файла AAA.md создать соответствующий файл AAA.en.md, а в самое начало файла добавить что-нибудь типа следующей строки:

[:uk: English version](AAA.en.md)

Аналогично, в переведённый файл добавить строку

[:ru: Оригинал](AAA.md)

Между документами ест

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.