Opened 9 years ago
Closed 9 years ago
#8974 closed Bugs (invalid)
boost variant debugger visualizer not supporting more than 9 arguments
Reported by: | Owned by: | Matias Capeletto | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Documentation |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Hi I am using your visualizer for boost variant in visual studio 2010. In our code we have more then 9 template argument, but the visualizer show only the first 9. Is it a restriction of the visualizing language? or that something can be done to improve it. Thanks
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Is the visualizer delivered by Boost? Could you point me to the documentation?
comment:3 by , 9 years ago
comment:4 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
DebuggerVisualizers are not part of Boost :(
Note:
See TracTickets
for help on using tickets.
Also, in this row: #case -1 ( ($T1 )&($e.storage_.data_) )
when can the variant have type==-1 and what 2* represents? Thanks