mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-04 14:24:10 +00:00
Implement ls into subdirectories
This commit is contained in:
parent
362a5d3128
commit
f40600d6e2
6 changed files with 167 additions and 33 deletions
|
@ -29,6 +29,8 @@
|
|||
namespace din {
|
||||
const size_t MAXSZARR_MAX_STACK_ALLOC_SIZE = MAX_STACK_ALLOC_SIZE;
|
||||
|
||||
//TODO: add a template parameter to force stack allocation regardless of
|
||||
//sizeof(T) * S
|
||||
template <typename T, size_t S, typename A=std::allocator<T> >
|
||||
class MaxSizedArray :
|
||||
private std::conditional<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue