Opened 14 years ago
Closed 14 years ago
#2408 closed Bugs (fixed)
[spirit1] including type_traits.hpp
Reported by: | 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)
Change History (2)
by , 14 years ago
Attachment: | parser.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [49300]) Fix #2408