id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4213,can't have const value_initialized members,Chris Jefferson,No-Maintainer,"Code like: const value_initialized x; Is invalid in clang and comeau, as they correctly (I believe) reject default initialization of const objects without a user-provided default constructor. The attached patch adds a default constructor, along with a copy constructor and operator=, just for consistency. It makes clang++ pass all tests for utility, and does not make g++ fail any.",Patches,closed,Boost 1.43.0,utility,Boost Development Trunk,Problem,fixed,,