mirror of
https://github.com/boostorg/circular_buffer.git
synced 2026-02-09 23:12:25 +00:00
fixed: 'Integer' was not declared in this scope
[SVN r3532]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "common.ipp"
|
||||
|
||||
typedef circular_buffer_space_optimized<Integer> cb_space_optimized;
|
||||
typedef circular_buffer_space_optimized<MyInteger> cb_space_optimized;
|
||||
typedef cb_space_optimized::capacity_control capacity_ctrl;
|
||||
|
||||
// min_capacity test (it is useful to use a debug tool)
|
||||
|
||||
Reference in New Issue
Block a user