id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7019,"In libs/format/test/format_test3.cpp, 64-bit Solaris stlport4 iostream produces different result for stlport4",Mike Liang ,"James E. King, III","On Solaris for both SPARC and x86, building the following on Sun Studio with ""CC -m64"" will produce 8 digits (ffffffff), and building with ""CC -m64 -library=stlport4"" will produce 16 digits (ffffffffffffffff). #include int main() { std::cout << std::hex << -1 << std::endl; return 0; } This difference in behavior causes format_test3 on 64-bit STLPort4 Solaris builds to fail the nesting test. The attached patch matches actual output in this situation. Not sure if pattern needs to be changed to demonstrate nesting for the 16 character case.",Bugs,closed,To Be Determined,format,Boost Development Trunk,Problem,wontfix,,