Boost logo

Boost Users :

From: heroboy (heroboy_at_[hidden])
Date: 2005-01-22 10:22:38


 hello everyone,
 &nbsp;&nbsp;&nbsp; what's the difference between "tuple<int> t;"&nbsp; and&nbsp;&nbsp;" tuple<int> t();"
why
    tuple<int> t;
    cout<<t;
is ok.
But
    tuple<int> t();
    cout<<t;
make a link error.
I'm using vs.net2003__________________________________________________________________欢迎使用ACMAIL 邮件系统


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net