$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-06-23 11:14:42
> is there such a nullable type extender beast in boost somewhere?
> or do i have to invent it?
I believe you what you want is in boost.optional:
http://www.boost.org/libs/optional/doc/optional.html
Jeff