Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #3020
Ticket #3020
: a.cpp
File a.cpp,
177 bytes
(added by
Yun Zhang <yun.zhang@…>
,
13 years ago
)
Line
1
#include
<boost/variant.hpp>
2
#include
<boost/mpl/void.hpp>
3
4
void
main
()
5
{
6
typedef
boost
::
variant
<
boost
::
mpl
::
void_
>
ValidatorVariant
;
7
8
ValidatorVariant
val
;
9
}
Download in other formats:
Original Format