
[This is based of an unrelated post that mentioned a file in the 1.36 release branch. I just looked and the trunk also has it.] <http://svn.boost.org/svn/boost/trunk/libs/exception/doc/ enable_current_exception.html>, as of revision 47496, has an error in its beginning. It wants T to be a user-defined type so it can derived publicly from it. However, user-defined type doesn't mean class type; it also includes enums, which can't be derived from. -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com

On Mon, Aug 18, 2008 at 12:57 AM, Daryle Walker <darylew@hotmail.com> wrote:
[This is based of an unrelated post that mentioned a file in the 1.36 release branch. I just looked and the trunk also has it.]
<http://svn.boost.org/svn/boost/trunk/libs/exception/doc/enable_current_exception.html>, as of revision 47496, has an error in its beginning. It wants T to be a user-defined type so it can derived publicly from it. However, user-defined type doesn't mean class type; it also includes enums, which can't be derived from.
Fixed, thanks (the change won't be visible until I generate the HTML files for the next release.) Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode
participants (2)
-
Daryle Walker
-
Emil Dotchevski