Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #9134
Ticket #9134
: test.cpp
File test.cpp,
88 bytes
(added by
Adam Romanek <romanek.adam@…>
,
9 years ago
)
Line
1
#include
<boost/lexical_cast.hpp>
2
3
int
main
()
{
4
return
boost
::
lexical_cast
<
int
>
(
""
);
5
}
Download in other formats:
Original Format