Opened 12 years ago

Closed 12 years ago

#4156 closed Bugs (fixed)

Fixes for standards-conformance issues

Reported by: Douglas Gregor Owned by: Andreas Huber
Milestone: Boost 1.43.0 Component: statechart
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The attached patch fixes various compilation problems with the statechart library, which come in two flavors: missing "template" keywords for dependent member access expressions and missing user-declared default constructors for non-POD types when default-initializing variables of const-qualified type.

Attachments (1)

boost-statechart-fixes.patch (2.1 KB ) - added by Douglas Gregor 12 years ago.
Patch fixing the issues found

Download all attachments as: .zip

Change History (3)

by Douglas Gregor, 12 years ago

Patch fixing the issues found

comment:1 by Andreas Huber, 12 years ago

Status: newassigned

comment:2 by Andreas Huber, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [61637]) Fixes #4156. Thanks for the report!

Note: See TracTickets for help on using tickets.