ALT Linux Bugzilla
– Attachment 2637 Details for
Bug 15718
boost::spirit example program produce many warnings when compiled with -Wshadow option
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Example of code.
boost-test.cc (text/plain), 180 bytes, created by
Slava Semushin
on 2008-05-19 20:12:41 MSD
(
hide
)
Description:
Example of code.
Filename:
MIME Type:
Creator:
Slava Semushin
Created:
2008-05-19 20:12:41 MSD
Size:
180 bytes
patch
obsolete
>#include <boost/spirit/core.hpp> > >using namespace boost::spirit; > >int main() { > > parse_info<> res = > parse(" #", (*blank_p >> ch_p('#') >> *blank_p), nothing_p); > > return 0; >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15718
: 2637 |
2638
|
2992