Opened 14 years ago

Closed 12 years ago

#2335 closed Bugs (fixed)

Fusion vector incorrect size due to EBCO failing

Reported by: d.hathaway@… Owned by: Joel de Guzman
Milestone: Boost 1.37.0 Component: fusion
Version: Boost 1.36.0 Severity: Problem
Keywords: fusion::vector Cc:

Description

See discussion on boost-users: http://lists.boost.org/boost-users/2008/09/40552.php

sizeof(vector<float, float>) != sizeof(float) + sizeof(float)

version: Boost 1.36.0

compiler: i686-apple-darwin9-g++-4.0.1

Attachments (2)

insert_same_repeat.cpp (1.6 KB ) - added by cppljevans@… 13 years ago.
test driver to demo bug
insert_same_repeat.out (1.8 KB ) - added by cppljevans@… 13 years ago.
make output of insert_same_repeat.cpp driver. Shows no problem on linux.

Download all attachments as: .zip

Change History (3)

by cppljevans@…, 13 years ago

Attachment: insert_same_repeat.cpp added

test driver to demo bug

by cppljevans@…, 13 years ago

Attachment: insert_same_repeat.out added

make output of insert_same_repeat.cpp driver. Shows no problem on linux.

comment:1 by Christopher Schmidt, 12 years ago

Resolution: fixed
Status: newclosed

(In [66411]) Fusion: removed fusion::sequence_root; Fixes #2335

Note: See TracTickets for help on using tickets.