ОПИСАНИЕ
Tomorrow we will open our office (Chausseestraße 8/E) to welcome Berlin's C++ Meetup group. This February Meetup will feature a talk about Ranges by think-cell's Technical Director, Arno Schödl. We will of course be sure to offer free beer and snacks, as well as enough space and time to socialize and have fun after the talk. As usual, everyone may arrive from 7:00 p.m., and the talk will begin at 8:00 p.m.. Please find an abstract of the talk below.
Are you eager to hear Arno's talk, too? Then we'd be happy to welcome you at our office tomorrow.
Talk abstract:
Ranges for the Standard Library
Pairs of iterators are ubiquitous throughout the C++ library. It is generally accepted that combining such a pair into a single entity usually termed Range delivers more concise and readable code. However, defining the precise semantics of such a Range concept proves surprisingly tricky. Theoretical considerations conflict with practical ones. Some design goals are mutually incompatible altogether.