File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88#include < adobe/adam.hpp>
99
10+ #include < bitset>
1011#include < deque>
1112#include < functional>
1213#include < string>
13- #include < tuple>
1414#include < utility>
1515#include < vector>
1616
@@ -101,7 +101,7 @@ enum access_specifier_t {
101101*/
102102
103103/*
104- REVIST (sparent) : Some version of MSVC didn't like function level try blocks. Need to test.
104+ REVISIT (sparent) : Some version of MSVC didn't like function level try blocks. Need to test.
105105*/
106106
107107void evaluate (adobe::virtual_machine_t & machine, const adobe::line_position_t & position,
@@ -442,7 +442,7 @@ void sheet_t::implementation_t::enabled_filter(const cell_bits_t& touch_set,
442442 bool new_active (new_active_bits.test (contributing_index_pos));
443443
444444 /*
445- REVIST <sean_parent@mac.com> : This is check seems to missing a check on value_accessed_m.
445+ REVISIT <sean_parent@mac.com> : This is check seems to missing a check on value_accessed_m.
446446 A change there might go unnoticed and cause the control active state to go out of sync.
447447 */
448448
@@ -1278,7 +1278,7 @@ void sheet_t::implementation_t::update() {
12781278
12791279 cell_bits_t active = priority_accessed;
12801280
1281- // REVIST (sparent) : input monitor should recieve priority_accessed and poison bits.
1281+ // REVISIT (sparent) : input monitor should receive priority_accessed and poison bits.
12821282
12831283 for (index_t ::const_iterator iter (output_index_m.begin ()), last (output_index_m.end ());
12841284 iter != last; ++iter) {
You can’t perform that action at this time.
0 commit comments