id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9075,Devision by zero in boost/date_time/int_adapter.hpp,Alexander Drichel ,az_sw_dude,"line 347 {{{ #!cpp 339 /*! Provided for cases when automatic conversion from 340 * 'int' to 'int_adapter' causes incorrect results. */ 341 int_adapter operator/(const int rhs) const 342 { 343 if(is_special() && rhs != 0) 344 { 345 return mult_div_specials(rhs); 346 } 347 return int_adapter(value_ / rhs); 348 } }}} rhs is not checked if is_special() returns false.",Bugs,new,To Be Determined,date_time,Boost 1.54.0,Problem,,,