size()/size1(): Fixed declaration order.
size() now makes use of size1(), but was declared before size1(). Inverting the order fixes compilation problems with GCC 4.8 and Clang 3.3.
Loading
Please register or sign in to comment
size() now makes use of size1(), but was declared before size1(). Inverting the order fixes compilation problems with GCC 4.8 and Clang 3.3.