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

Change History (2)

comment:1 by mclow, 17 years ago

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. 

comment:2 by mclow, 17 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.