9 Oct
2006
9 Oct
'06
6:55 a.m.
boost::undo::undo_manager s_undoManager;
void activate_script() { boost::undo::transaction ut(s_undoManager); run_script(); }
So you're saying that the transaction object in this case keeps track of everything the script does without any additional code? Benjamin Lau