andreiavrammsd / cpp-channel

Thread-safe container for sharing data between threads

Home Page:https://blog.andreiavram.ro/cpp-channel-thread-safe-container-share-data-threads/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterator only usable with default constructible class

schaumb opened this issue · comments

This line will fail if the type of the class is not default constructible.

It is a limitation which not mentioned in the readme.

Thanks! I added it to the readme.