|
Boost : |
From: SourceForge.net (noreply_at_[hidden])
Date: 2006-01-09 17:18:50
Patches item #966723, was opened at 2004-06-04 11:24
Message generated for change (Settings changed) made by mclow
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=966723&group_id=7586
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: function.hpp missing include guard patch
Initial Comment:
function.hpp does not have an #ifndef/#endif include guard.
This patch adds #ifndef BOOST_FUNCTION_HPP at the top
of the file and #endif at the bottom.
-- nicolas.desjardins_at_[hidden] ---------------------------------------------------------------------- >Comment By: Marshall Clow (mclow) Date: 2006-01-09 14:18 Message: Logged In: YES user_id=131412 In <http://lists.boost.org/Archives/boost/2004/06/66443.php>, Doug wrote: function.hpp isn't actually supposed to have include guards. The code it contains will never actually be included twice, but you can include function.hpp with BOOST_FUNCTION_MAX_ARGS set to different values to create support for greater numbers of arguments. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=966723&group_id=7586 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ 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