cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
9.87k stars 1.69k forks source link

Update samples.md #319

Closed christk1 closed 1 year ago

christk1 commented 1 year ago

fixed compiler error in sample

cameron314 commented 1 year ago

This seems to add an extra closing brace/parenthesis. I've verified the braces are already balanced.