Opened 14 years ago
Closed 12 years ago
#2335 closed Bugs (fixed)
Fusion vector incorrect size due to EBCO failing
| Reported by: | 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)
Change History (3)
by , 13 years ago
| Attachment: | insert_same_repeat.cpp added | 
|---|
by , 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 , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

test driver to demo bug