$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul A. Bristow (boost_at_[hidden])
Date: 2003-10-10 14:37:54
| -----Original Message-----
| From: boost-bounces_at_[hidden]
| [mailto:boost-bounces_at_[hidden]]On Behalf Of David Abrahams
| Sent: Thursday, October 02, 2003 4:24 PM
| To: boost_at_[hidden]
| Subject: [boost] Re: MSVC++ warnings in boost headers (mem_fn.hpp)
| If we *were* going to do that, though, maybe we should simplify
| BOOST_WORKAROUND to not deal with the !defined(SYMBOL) case, or even
| cause an error if SYMBOL == 0.
Yes, this seems the Right Thing To Do, and should make it less error-prone.
Paul