logoalt Hacker News

TuxSHyesterday at 11:36 PM0 repliesview on HN

> optional<T&>

This is a C++26 feature which will have pointer-like semantics, aren't you confusing it with optional<reference_wrapper<T>> ?