id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2690,array.hpp line 289 missing parameter,anonymous,,"I down loaded and installed boost 1.37.0 yesterday on our system with SPARC processor, running Solaris 10. When building I kept getting the following errors: ""./boost/array.hpp"", line 75: Error: Too few arguments for template std::reverse_iterator"" ""./boost/array.hpp"", line 289: Where: Specialized in non-template code. When looking at line 289, it reads: return std::equal(x.begin(), x.end(), y.begin()); I think it should read: return std::equal(x.begin(), x.end(), y.begin(), y.end());",Bugs,closed,Boost 1.38.0,None,Boost 1.37.0,Problem,invalid,,