Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue#28 Array constructors are inhibited, thus LHS automatic reallocation of string-arrays does not work. This is a fix. Why: Assignment operators were defined *elemental* and there was a constructor function overloading string name. This change addresses the need by: Declare assignments *pure*, remove constructor function and make public *raw* member. Side effects: Unknown... Fully backward compatible.
- Loading branch information