Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #34227
Ticket #34227
: boost-get-test-ko.cc
File boost-get-test-ko.cc,
158 bytes
(added by
roland@…
,
13 years ago
)
Line
1
#include
<boost/variant.hpp>
2
#include
<boost/graph/transitive_closure.hpp>
3
4
int
main
()
5
{
6
boost
::
variant
<
int
,
char
>
v
(
42
);
7
int
i
=
boost
::
get
<
int
>
(
v
);
8
}
Download in other formats:
Original Format