Changes between Initial Version and Version 3 of Ticket #8852


Ignore:
Timestamp:
Jul 18, 2013, 8:55:16 PM (9 years ago)
Author:
Emil Dotchevski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8852

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #8852 – Description

    initial v3  
    1 In boost\exception\detail\clone_current_exception.hpp(36):
    2 
    3 {{{
    4         inline
    5         int
    6         clone_current_exception( clone_base const * & cloned )
    7             {
    8 #ifdef BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR
    9             return clone_current_exception_non_intrusive(cloned);
    10 #else
    11             return clone_current_exception_result::not_supported;
    12 #endif
    13             }
    14         }
    15 }}}
    16 
    17 Easy to fix bug, will upload patch.
     1Fixed in trunk revision 85076.