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

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

Patch to error_code.cpp

  • libs/system/src/error_code.cpp

    old new  
    408408      return generic_category_const;
    409409    }
    410410
     411    BOOST_SYSTEM_DECL const error_category & get_posix_category()
     412    {
     413      static const system_error_category  posix_category_const;
     414      return posix_category_const;
     415    }
     416
    411417  } // namespace system
    412418} // namespace boost