From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-02-09 12:03:50


Joe Gottman a écrit :
> I’ve discovered that you can’t use the arrow operator with an object
> of type optional<T &>

Wouldn't it be better to simply use T* in that case?