$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (Gabriel.Dos-Reis_at_[hidden])
Date: 2001-01-24 22:31:26
Jeremy Siek <jsiek_at_[hidden]> writes:
[...]
| Also, what about std::swap? You can't use Koenig lookup on that function
| anyways,
Not true. Overloading resolution prefers non-template functions. See
the chapter on `best viable function'.
- Gaby