Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 5.34/00, 6.06/02
-
Component/s: Core Libraries, I/O
-
Labels:None
-
Environment:
MacOS 10.11.4
Description
Difficulties accessing a std::bitset through TVirtualCollectionProxy, in particular reading data via the `At` method and interpreting it via `AsString()` of underlying data type.
The `Size()` also gives a wrong result for bitset.
The attached source code demonstrates the problems.
It should be run like this:
.L testcase.C+
|
testvector()
|
testbitset()
|
The same code is executed for a kSTLvector proxy (works ok) and for a kSTLbitset proxy (does not work).