Merge pull request #368 from geoffw0/buffersize

CPP: Improve memberMayBeVarSize
This commit is contained in:
Robert Marsh
2018-10-26 09:59:45 -07:00
committed by GitHub
2 changed files with 30 additions and 27 deletions

View File

@@ -25,3 +25,4 @@
## Changes to QL libraries
* Added a hash consing library for structural comparison of expressions.
* `getBufferSize` now detects variable size structs more reliably.