Opened 15 years ago

Closed 15 years ago

#1408 closed Patches (fixed)

Missing includes and other compilation errors

Reported by: jensseidel@… Owned by: Eric Niebler
Milestone: Boost 1.35.0 Component: xpressive
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: jensseidel@…

Description

Hi,

I noticed a few errors in xpressive in currrent trunk. The attached patch fixes all issues I found except two:

First off all xpressive/proto/v1_/proto_fwd.hpp includes a non existing header file and is completely unusable. All files which include it are unusable as well.

There is another error I could not fix: xpressive/proto/transform/construct.hpp: error: default arguments are only permitted for function parameters

Other issues I fixed:

  • Missing include statements
  • Removed superfluous semicolons which cause a compiler error with g++ option -pedantic

Jens

Change History (1)

comment:1 by Eric Niebler, 15 years ago

Resolution: fixed
Status: newclosed

Fixed by [40762], [40763] and [40764].

Note: See TracTickets for help on using tickets.