MantisBT - Z.C++
View Issue Details
0000023Z.C++[All Projects] Backend/Corepublic2011-01-14 03:302011-01-25 02:35
zaimoni 
zaimoni 
highmajorhave not tried
resolvedfixed 
 
0.0.70.0.7 
0000023: const/volatile struct test case suite
actually exercise declaring const/volatile struct-typed variables. This does imply building out the backend support for them.
No tags attached.
parent of 0000024resolved zaimoni const/volatile class test case suite 
Issue History
2011-01-14 03:30zaimoniNew Issue
2011-01-14 03:32zaimoniTarget Version => 0.0.7
2011-01-14 03:32zaimoniAssigned To => zaimoni
2011-01-14 03:32zaimoniStatusnew => assigned
2011-01-23 20:17zaimoniNote Added: 0000012
2011-01-23 20:29zaimoniRelationship addedparent of 0000024
2011-01-23 23:42zaimoniNote Edited: 0000012bug_revision_view_page.php?bugnote_id=0000012#r15
2011-01-24 18:02zaimoniNote Edited: 0000012bug_revision_view_page.php?bugnote_id=0000012#r18
2011-01-25 02:35zaimoniStatusassigned => resolved
2011-01-25 02:35zaimoniFixed in Version => 0.0.7
2011-01-25 02:35zaimoniResolutionopen => fixed

Notes
(0000012)
zaimoni   
2011-01-23 20:17   
(edited on: 2011-01-24 18:02)
Augmentation targets:
* Pass_struct_def.in (then regenerate and update) [done]
* new file Pass_struct_def2.hpp to test depth-1 namespaces
* new file Error_struct_runon_def.in (regenerate and update) [done]

Cf. enum versions for general sense of what to do.