Closed blockspacer closed 1 year ago
global_i not declared
What assert(global_i == 0); // Oops! means?
assert(global_i == 0); // Oops!
See https://github.com/apolukhin/Boost-Cookbook/blob/912e36f38b9b1da93b03ae7afd19fcec0900aa83/Chapter05/02_mutex/main.cpp#L40
Thanks for the report! It should be shared_i
shared_i
Fixed in the sources
global_i not declared
What
assert(global_i == 0); // Oops!
means?See https://github.com/apolukhin/Boost-Cookbook/blob/912e36f38b9b1da93b03ae7afd19fcec0900aa83/Chapter05/02_mutex/main.cpp#L40