RE: [Boost-users] boost::tuple problem

23 Jan
2005
23 Jan
'05
11:07 a.m.
Hi,
Your problem is a basic C++ problem, nothing to do with tuple<>s!
Aren't you declaring a function with "tuple<int> t()" ?
Thanks,
-Shriram.
| -----Original Message-----
| From: boost-users-bounces@lists.boost.org [mailto:boost-users-
| bounces@lists.boost.org] On Behalf Of heroboy
| Sent: Saturday, January 22, 2005 8:53 PM
| To: boost-users
| Subject: [Boost-users] boost::tuple problem
|
| hello everyone,
| what's the difference between "tuple<int> t;"
| and " tuple<int> t();"
| why
| tuple<int> t;
| cout<
7373
Age (days ago)
7373
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shriram V