On Sun, Jan 10, 2010 at 9:43 PM, Jeroen Habraken <[email protected]> wrote: > > Just found the Fork Queue and I think I've got the basics of github > figured. I found a bug in the current code on github where I was using > the Spirit > operator instead of >>, which could lead to exceptions > being thrown, and made a pull request for that. Next I'll try to merge > my code with the new parser to the 0.5-devel branch of my fork as I'm > already working in a 0.5-devel checkout >
Cool. I've merged it, but then now the problem is it breaks. Have you rebased your branch to get the changes I merged into master? Because now the implementation fails with wide strings in GCC Linux. Let me try to debug locally and push a change to fix it. Please rebase your branches from master's HEAD if you intend to continue working on the implementation. :) Thanks again and I hope this helps! -- Dean Michael Berris cplusplus-soup.com | twitter.com/deanberris linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
