diff options
| -rw-r--r-- | src/ThreadsafeQueue.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ThreadsafeQueue.h b/src/ThreadsafeQueue.h index 6f3808c..edda490 100644 --- a/src/ThreadsafeQueue.h +++ b/src/ThreadsafeQueue.h @@ -5,7 +5,7 @@     Copyright (C) 2018     Matthias P. Braendli, matthias.braendli@mpb.li -   An implementation for a threadsafe queue using boost thread library +   An implementation for a threadsafe queue using std thread library     When creating a ThreadsafeQueue, one can specify the minimal number     of elements it must contain before it is possible to take one | 
