$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] Boost.Type Traits Extension by Frederic Bron
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-03-15 06:27:26
> No, it is because the intended behavior on the builtin types is to make an
> assignment. Remember in C++ user defined types should follow the builtin
> semantics when possible.
I fully agree with that. operators should be as close as possible to
what they do with built-in types.
Is this still true for bitwise operators???
Frédéric