Skip to content

Commit

Permalink
Merge tag 'v1.0.1' into develop
Browse files Browse the repository at this point in the history
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
szaghi committed Oct 23, 2019
2 parents 26ba68e + e161ed9 commit 451fe92
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 451fe92

Please sign in to comment.