Member fun value() that throws on uninitialized

This commit is contained in:
Andrzej Krzemienski
2014-05-22 23:32:49 +02:00
parent 5e59e10f93
commit 75271b73a8
11 changed files with 226 additions and 6 deletions

View File

@ -11,11 +11,9 @@
//
// Revisions:
// 10 May 2008 (added swap related forward declaration) Niels Dekker
// 17 Apr 2014 (added noexcept) Andrzej Krzemienski
//
#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#include <boost/config.hpp>
namespace boost {