$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Usage of Boost.Optional
From: TONGARI (tongari95_at_[hidden])
Date: 2010-10-25 07:06:46
Hi!
2010/10/25, John Dlugosz <JDlugosz_at_[hidden]>:
> Am I missing something, or is the class missing something?
just write:
d = in_place(blahblah...);
instead. And note that "reset" method is deprecated.
See http://www.boost.org/doc/libs/1_44_0/libs/optional/doc/html/boost_optional/synopsis.html
for the class interface.