
18 Jan
2011
18 Jan
'11
5:26 p.m.
AMDG On 1/18/2011 9:17 AM, Dave Abrahams wrote:
On Sun, Jan 16, 2011 at 12:10 AM, Steven Watanabe<watanabesj@gmail.com> wrote:
On 1/15/2011 8:24 PM, Dave Abrahams wrote:
At Sat, 15 Jan 2011 17:12:37 -0500, Kim Barrett wrote:
http://www.boost.org/doc/libs/1_45_0/libs/tuple/doc/design_decisions_rationa... "For those who are really interested in namespaces"
Then I say, "make it match the library name, with a bias towards singular library names."
There's one other way that a user could get a problem. using namespace boost; using namespace boost::tuple; tuple<int> t; In Christ, Steven Watanabe