- 01 Apr, 2019 1 commit
-
-
Kenton Varda authored
-
- 15 Aug, 2018 2 commits
-
-
Kenton Varda authored
In particular, it should not be necessary to specify a void union member's value explicitly. The discriminator should be sufficient. It should also be permitted to omit default values as long as the descriminator specifies the variant.
-
Kenton Varda authored
-
- 05 Aug, 2018 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
See map.h changes to see why this makes this cleaner.
-
Kenton Varda authored
This is a very common pattern in practice -- and annoyingly difficult with STL maps. This required some refactoring so than index.insert() could be called before the row was actually constructed, based on the search parameters. It also required some awful hacks to support putting the creation function at the end of the argument list to findOrCreate(), with a variable-width arg list before it.
-
Kenton Varda authored
-