allow trivial copyonwrite() on empty vec/mat/...

This commit is contained in:
2021-11-04 14:21:13 +01:00
parent 9c6ab037cf
commit 6715260da7
7 changed files with 32 additions and 6 deletions
-1
View File
@@ -69,7 +69,6 @@ extern "C" {
namespace LA {
extern bool _LA_count_check;
//forward declarations
template<typename C> class NRVec;