$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2007-03-09 07:31:40
Hi,
Why is equals() in the top namespace in 1.33.1?
#include <boost/algorithm/string.hpp>
#include <boost/array.hpp>
int main()
{
boost::array<char, 4> a = { 1, 2, 3, 4 };
equals(a, a);
return 0;
}