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

View File

@@ -44,7 +44,8 @@ namespace LA {
GPU_START gpu_start_instant;
#endif
bool _LA_count_check=true;
const bool _LA_count_check=true;
const bool _LA_warn_empty_copyonwrite=false;
extern "C" void _findme(void) {}; //for autoconf test we need a function with C linkage