allow trivial copyonwrite() on empty vec/mat/...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user