Bugs item #779924, was opened at 2003-07-29 17:13
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=779924&group_id=7586

Category: graph
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Conan Brink (conanbrink)
Assigned to: Jeremy Siek (jsiek)
Summary: boost/boost/graph/graph_concepts.hpp 1.36 doesn't compile

Initial Comment:
The change between revision 1.35 and 1.36 of 
boost/boost/graph/graph_concepts.hpp included the 
separation of a preprocessor #if statement into three 
lines without the backslashes that would normally 
indicate continuation of the first and second lines into 
the second and third.  This occurs at lines 163-165 of 
revision 1.36 of this file.

g++ 3.2 gets very grumpy about line 164, since that line 
made it through the preprocessor intact, when it should 
instead have been used as part of the decision made on 
line 163.

A couple of backslashes, one on line 163 and one on line 
164, solve the problem nicely.

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

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


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Boost-bugs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/boost-bugs
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to