Ticket #2461: boost-system-error_code.hpp.patch

File boost-system-error_code.hpp.patch, 652 bytes (added by Dean Michael Berris, 14 years ago)

Patch to error_code.hpp

  • boost/system/error_code.hpp

    diff -u boost_1_36_0-orig/boost/system/error_code.hpp boost_1_36_0/boost/system/error_code.hpp
    old new  
    201201
    202202    BOOST_SYSTEM_DECL const error_category &  get_system_category();
    203203    BOOST_SYSTEM_DECL const error_category &  get_generic_category();
     204    BOOST_SYSTEM_DECL const error_category &  get_posix_category();
    204205
    205206    static const error_category &  system_category = get_system_category();
    206207    static const error_category &  generic_category = get_generic_category();