Opened 16 years ago

Closed 16 years ago

#804 closed Bugs (Fixed)

type_traits has bad header guard

Reported by: mtimmerm Owned by: John Maddock
Milestone: Component: type_traits
Version: Boost 1.34.0 Severity:
Keywords: Cc:

Description

type_traits.hpp begins:

#ifndef BOOST_TR1_FUNCTIONAL_HPP_INCLUDED
#  define BOOST_TR1_FUNCTIONAL_HPP_INCLUDED

which prevents functional.hpp from working.

Cheers,

Matt

Change History (2)

comment:1 by nobody, 16 years ago

Logged In: NO 

er, that's tr1/type_traits

comment:2 by John Maddock, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804
Originator: NO

Thanks for the report, fixed in cvs.

John Maddock.
Note: See TracTickets for help on using tickets.