1
0
Fork 0
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:
King_DuckZ 2016-01-29 20:15:16 +01:00
parent 362a5d3128
commit f40600d6e2
6 changed files with 167 additions and 33 deletions

View file

@ -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<