12 lines
239 B
C++
12 lines
239 B
C++
// -*- C++ -*-
|
|
/**
|
|
|
|
@file include/memory/memory.cc.h
|
|
@brief Memory template implementations main header.
|
|
|
|
Copyright (c) 2024 Christian Zimmermann. All rights reserved.
|
|
Mail: chizeta@f3l.de
|
|
|
|
**/
|
|
|
|
#include "allocator.cc.h"
|