$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-04-01 14:57:54
Jan Hafer wrote:
> I do also have broken code on a multithreaded application that worked fine
> before. I do pass the circular buffer as reference via functions from file
> scope, which in combination with the threads (initially starting
> elsewhere) somehow broke the code.
Does this mean that you're using the same circular_buffer from more than one
thread without synchronization?