j
k
j a
j l
David Abrahams wrote:
"Neal D. Becker" <ndbecker2@verizon.net> writes:
template<typename T> inline object get (boost::optional<T>& o) { return o ? object() : object(o.get());
return o ? object(o.get()) : object(); // !? Mike
Back to the thread
Back to the list