The size_t type means a number of _bytes_, and it was misused as counting e.g. the number of rows/columns in a matrix. Moreover, it is unsigned, which can give strange bugs if a signed/unsigned mismatch occurs. |
||
|---|---|---|
| .. | ||
| bad_temps.cc | ||
| bad_xpr_const_ref.cc | ||
| Makefile.am | ||
| Makefile.in | ||
| README | ||
| swap.cc | ||
| t.cc | ||
| tvmet.cc | ||
This directory contains files only for the developer to check new features. Therefore not all is working/compiling here.