Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #1992
Ticket #1992
: mpl-zip_view-bug.cpp
File mpl-zip_view-bug.cpp,
164 bytes
(added by
John Bytheway <jbytheway@…>
,
14 years ago
)
Line
1
#include
<boost/mpl/zip_view.hpp>
2
#include
<boost/mpl/vector.hpp>
3
4
using
namespace
boost
::
mpl
;
5
6
typedef
zip_view
<
vector
<>
>::
type
zip
;
7
8
int
main
()
9
{
10
return
0
;
11
}
12
Download in other formats:
Original Format