id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10247,[doc] Incorrect comment in boost/interprocess/shared_memory_object.hpp,Eugeny <54l0gan@…>,Ion Gaztañaga,"In header: {{{ //!Closes a previously opened file mapping. Never throws. void priv_close(); //!Closes a previously opened file mapping. Never throws. bool priv_open_or_create(ipcdetail::create_enum_t type, const char *filename, mode_t mode, const permissions &perm); }}} Perhaps it is copy-paste typo. Actually priv_open_or_create throws of exception (and does not closes of file), e.g. when wrong filename (with slashes) was passed on Linux. {{{ //Check for error if(m_handle == ipcdetail::invalid_file()){ error_info err = system_error_code(); this->priv_close(); throw interprocess_exception(err); } }}} ",Bugs,closed,To Be Determined,interprocess,Boost 1.55.0,Cosmetic,fixed,comment documentation,