17 May
2007
17 May
'07
5:31 p.m.
"Trigve Siver"
Strange...
Can you post the entire file where you use BOOST_AUTO (and also the file(s) where you register your types)?
Hi, of course...
Well, I don't have PostgreSQL, and can't reproduce the situation without it
:(
So I am going to ask you to try a couple more things. Can you try all of
these:
1)
typedef BOOST_TYPEOF(T.exec("SELECT 1")) type;
2)
boost::type_of::encode
(T.exec("SELECT 1")).item0)> type;
Which one compiles and which doesn't? Regards, Arkadiy