mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
miscellaneous updates (#4284)
* Remove accidentally tracked files and unset x flag * Ignore ComicNeue * Unify test tag to `reader` * Trivial destructors * Bump CMAKE_CXX_STANDARD to 14 (#4165)
This commit is contained in:
@@ -72,7 +72,7 @@ class Vector {
|
||||
d_data.reset(data);
|
||||
}
|
||||
|
||||
~Vector() {}
|
||||
~Vector() = default;
|
||||
|
||||
//! return the size (dimension) of the vector
|
||||
unsigned int size() const { return d_size; }
|
||||
|
||||
Reference in New Issue
Block a user