$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using the operators library
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-09-09 15:30:23
AMDG
Sean Farrow wrote:
> Can I use the operators library to override operators for the
> std::bitset class. If so how do I do this
No. You should not overload operators unless at least
one of the types involved in in your own namespace.
In Christ,
Steven Watanabe