ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
[boost] [Boost-bugs] [ boost-Bugs-907299 ] Miss " = ParserT()"
by SourceForge.net other posts by this author
Mar 1 2004 5:54AM messages near this date
[boost] Re: [math constants] a new approach (perhaps) | Re: [boost] Re: Review schedule too slow?
Bugs item #907299, was opened at 2004-02-29 21:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=907299&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Miss " = ParserT()"

Initial Comment:
\boost\spirit\core\scanner\skipper.hpp

101 skip_parser_iteration_policy(
102     ParserT const& skip_parser,
103     base_t const& base = base_t())
104 : base_t(base), subject(skip_parser) {}

"no_node_d" can't be used.

Fixed:
101 skip_parser_iteration_policy(
102     ParserT const& skip_parser = ParserT(),
103     base_t const& base = base_t())
104 : base_t(base), subject(skip_parser) {}

All right!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=907299&group_id=7586


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs@[...].net
https://lists.sourceforge.net/lists/listinfo/boost-bugs
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved