$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-03-07 15:49:56
Pavel Chikulaev wrote:
> This text not as silly as my "Herb Sutter's operator = can be
> optimized", so please read it.
In addition to what we've discussed.
1. You might way to include a general treatment of placeholder symbols (_1, _2,
_3, ...) in you're library, to help reduce the number of different conflicting
definitions from various libraries.
2. You might provide native support for reference wrappers, from Boost.Ref (or
TR1).
Jonathan