id summary reporter owner description type status milestone component version severity resolution keywords cc 623 insignificant boost::array bug nobody nobody "{{{ A little thing I noticed when browsing the header array.hpp : static bool empty() { return false; } What if N is 0? Ok everything else then frequent however I'd suggest using static bool empty() { return N == 0; } as it is also likly to be evaluated at complietime and could perhaps avoid some subtil problems in meta programming. }}}" Bugs closed None None Fixed