Opened 18 years ago
Closed 17 years ago
#278 closed Patches (None)
function.hpp missing include guard patch
Reported by: | nobody | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
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@orthosoft.ca
Note:
See TracTickets
for help on using tickets.