+ docs in xo-alloc2/ + misc improvements
This commit is contained in:
parent
a69158ab32
commit
5964bcf3d5
22 changed files with 763 additions and 121 deletions
19
src/alloc2/AAllocator.cpp
Normal file
19
src/alloc2/AAllocator.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @file AAllocator.cpp **/
|
||||
|
||||
#include "xo/alloc2/AAllocator.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::facet::DVariantPlaceholder;
|
||||
using xo::facet::typeseq;
|
||||
using xo::facet::valid_facet_implementation;
|
||||
|
||||
namespace mm {
|
||||
int32_t
|
||||
IAllocator_Any::s_typeseq = typeseq::id<DVariantPlaceholder>;
|
||||
|
||||
bool
|
||||
IAllocator_Any::_valid = valid_facet_implementation<AAllocator, IAllocator_Any>;
|
||||
}
|
||||
}
|
||||
|
||||
/* end AAlocator.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue