Bugfix for set_union() when b contains duplicate items.

This commit is contained in:
Revar Desmera
2020-03-31 03:09:04 -07:00
parent 258e162f98
commit abf1a78290
2 changed files with 16 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,249];
BOSL_VERSION = [2,0,250];
// Section: BOSL Library Version Functions