Open joerowell opened 1 year ago
If one sets __debug in amortized_2pc.h then the code doesn't compile. This is because variables like value aren't defined in the class anymore.
__debug
amortized_2pc.h
value
Yup they are not embedded in the last bit of the mac. Will update it.
If one sets
__debug
inamortized_2pc.h
then the code doesn't compile. This is because variables likevalue
aren't defined in the class anymore.