• Stephan Bergmann's avatar
    cppumaker: Allow UNO interface functions to throw std::exception · 0bc89aac
    Stephan Bergmann yazdı
    ...so that exceptions like std::bad_alloc need not be treated in C++
    implementations of UNO interfaces to not cause std::unexpected.  Of course, this
    requires implementations to be adapted and actually mention std::exception in
    their exception specifications.
    
    Change-Id: Ie7f91e7ca47d8a81e3d0ba817e65d83c7823af75
    0bc89aac
includes.cxx 9.17 KB