Skip to content
Snippets Groups Projects
Commit 02445fd8 authored by Philippe Canal's avatar Philippe Canal
Browse files

Import revision 48376 from the v5-34-00 patch branch:

Extend STLArgs to properly support std::bitset.
This fixes <http://savannah.cern.ch/bugs/?99947>


git-svn-id: http://root.cern.ch/svn/root/trunk@48377 27541ba8-7e3a-0410-8455-c3a389f83636
parent f02d3251
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,8 @@ int TClassEdit::STLArgs(int kind)
// Return number of arguments for STL container before allocator
static const char stln[] =// min number of container arguments
{ 1, 1, 1, 1, 3, 3, 2, 2 };
// vector, list, deque, map, multimap, set, multiset, bitset
{ 1, 1, 1, 1, 3, 3, 2, 2, 1 };
return stln[kind];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment