Fixed|GCC: Modified superblockmap.h to compile on gcc 4.0
It seems in gcc 4.0 friending a class does not extend the private accessto contained classes. Now explicitly friending the private Instance thatneeds private constructor access.
View differences
Fixed|GCC: Modified superblockmap.h to compile on gcc 4.0
It seems in gcc 4.0 friending a class does not extend the private access
to contained classes. Now explicitly friending the private Instance that
needs private constructor access.