Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.

License

Notifications You must be signed in to change notification settings

jonathonracz/circular_buffer_stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

circular_buffer_stl

Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.

This requires a C++11 capable compiler, and so far has been tested on VS2015. Unfortunately, there's not currently any "fallback to Boost" code (i.e. like ASIO standalone), but I may try to add it someday.

About

Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages