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)
Change History (3)
by , 12 years ago
| Attachment: | boost-statechart-fixes.patch added |
|---|
comment:1 by , 12 years ago
| Status: | new → assigned |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Patch fixing the issues found