Subject: Re: [Boost-bugs] [Boost C++ Libraries] #282: boost::optional<enum> fails with /CLR
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-06 22:29:53
#282: boost::optional<enum> fails with /CLR
-------------------------------+--------------------------------------------
Reporter: nobody | Owner: fcacciola
Type: Support Requests | Status: new
Milestone: | Component: optional
Version: None | Severity: Problem
Resolution: None | Keywords:
-------------------------------+--------------------------------------------
Comment (by anonymous):
Unfortunately this is due to a framework bug:
System::Enum does not have a destructor (is an enum) but doesn't support a
pseudo-destructor call either (see 12.4.15) which is neccesary to allow
the code to compile without complaining about the lack of a destructor.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/282#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC