Opened 14 years ago

Closed 14 years ago

#2408 closed Bugs (fixed)

[spirit1] including type_traits.hpp

Reported by: Richard Webb <richard.webb@…> Owned by: Joel de Guzman
Milestone: Boost 1.37.0 Component: spirit
Version: Boost Development Trunk Severity: Optimization
Keywords: Cc:

Description

As mentioned @ http://thread.gmane.org/gmane.comp.lib.boost.devel/180785, the file <boost\spirit\home\classic\core\parser.hpp> includes <boost/type_traits.hpp> when only a part of type_traits is actually required.

The attached patch changes the include without effecting the regression test results on VC9SP1.

Attachments (1)

parser.patch (484 bytes ) - added by Richard Webb <richard.webb@…> 14 years ago.

Download all attachments as: .zip

Change History (2)

by Richard Webb <richard.webb@…>, 14 years ago

Attachment: parser.patch added

comment:1 by Joel de Guzman, 14 years ago

Resolution: fixed
Status: newclosed

(In [49300]) Fix #2408

Note: See TracTickets for help on using tickets.