|
Boost : |
From: SourceForge.net (noreply_at_[hidden])
Date: 2003-11-30 12:28:24
Bugs item #851623, was opened at 2003-11-30 09:28
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=851623&group_id=7586
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing ## in some concatenations
Initial Comment:
in file "...boost\mpl\list.hpp":
# define MPL_AUX_LIST_HEADER BOOST_PP_CAT(list,BOOST_MPL_LIMIT_LIST_SIZE).hpp /**/
Results in a space being inserted in the filename, before
the period. Adding a "##" to the line above fixes the
problem, i.e.:
.....,BOOST_MPL_LIMIT_LIST_SIZE)##.hpp /**/
I'm using latest betas for boost, STLport and Digital Mars.
Regards.
dan
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=851623&group_id=7586
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk