Commits

Philipp A. Hartmann authored 1a31767dcf9
DocumentMove tests: compiler error due to -Wsign-compare On GCC 4.9, the documenttest.cpp fails to compile in C++11 mode, as the MoveConstructor/Assignment tests contain left-over comparisons between signed and unsigned expressions.