-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some unnecessary dynamic vectors/strings (#7862)
* Eliminate dynamic vector & string storage where there's a simpler alternative. Code tweak in prepareForEvaluation to use logical OR rather than bitwise and const the initial bool variable. * Pick the nit. * Fix issue with constexpr of initializer_list that MSVC doesn't object to. * Restore named sandboxWhitelist, & sandboxLibraryTables. More ref usage. 2 functions can be static. * format --------- Co-authored-by: David Lowndes <David@DAVIDPCZ>
- Loading branch information
1 parent
ad9d5f3
commit 12b5da2
Showing
3 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters