forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change expr_t to use std::unique_ptr.
This allows removal of delete statements in expression parse and optimization code. Also rename expr_t::optimize virtual function, and hide it behind optmize_expression function so that it is applied correctly. Tested to have same deterministic outcome on T24_Raid.simc
- Loading branch information
Showing
37 changed files
with
541 additions
and
653 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
Oops, something went wrong.