
10 May
2004
10 May
'04
8:02 p.m.
Is boost::mpl::is_sequence supposed to work with gcc 3.2.2 ?
I'm trying to use it, but get "false" for
boost::mpl::is_sequence

11 May
11 May
4:16 p.m.
"Wolfgang Meyer"
That's correct.
It doesn't check for STL sequences, but MPL ones. Try
boost::mpl::is_sequence
It already works. If you want to detect STL sequence-ness, you'll have to try some nasty hacks. I'm have doubts about whether it's even possible to approximate that metafunction in portable code. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
7647
Age (days ago)
7648
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Wolfgang Meyer