id summary reporter owner description type status milestone component version severity resolution keywords cc 1289 posix_time::time_facet forgets to pass a_ref argument to base class stimming@… az_sw_dude "The default constructor of posix_time::time_facet (with one default argument) forgets to pass that argument value (a_ref) to its base class, date_facet. That one in turn correctly passes that value to std::locale::facet. This bug is present in 1.33.1, 1.34.1, and even SVN, where ""cepstein"" recently commented out that argument in SVN r39274, but that is the wrong fix. Instead, that argument must be passed to the base class because std::locale::facet indeed uses that value. A patch against 1.34.1 will be attached. If you want to patch this against SVN, first revert r39274 in the file time_facet.hpp, then apply the patch." Bugs closed To Be Determined date_time Boost Development Trunk Problem fixed