mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-09 04:22:04 -04:00
Add note
This commit is contained in:
parent
bdc38a0068
commit
26c8310954
@ -41,6 +41,8 @@ struct base_long {
|
||||
static constexpr const size_t min_capacity = 16;
|
||||
static constexpr const size_t words = min_capacity / sizeof(size_t);
|
||||
|
||||
//TODO Store size into base and use only one unsigned char for base_short
|
||||
|
||||
template<typename CharT>
|
||||
struct base_short {
|
||||
CharT data[min_capacity];
|
||||
|
Loading…
x
Reference in New Issue
Block a user