Meeting 116 (5 November 2020)

mailing2020-10

Select papers

Named Parameters in C++20

C++ in Visual Studio Code reaches version 1.0

C++ Talk Index

The terrible size_t

Reddit

juCi++: a lightweight, cross-platform IDE

Screenshot

Library: cpp-lazy

GitHub

Cpp-lazy is a fast and easy lazy evaluation library for C++14/17/20.

Lazy evaluation is an evaluation strategy which holds the evaluation of an expression until its value is needed. In this library, all the iterators are lazy evaluated.

This library is not a replacement for ranges::v3 but rather a (smaller) alternative.

Library: Crypto3

Library: AAA - Auxiliary Arithmetic Algorithms

Daisy Hollman’s deduction trick

Deduction guides

How it started/How it’s going

How it started How it’s going
How it started How it’s going

Halloween logic