libostd/octa/algorithm.h

14 lines
214 B
C++

/* Algorithms for OctaSTD.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OCTA_ALGORITHM_H
#define OCTA_ALGORITHM_H
#include "octa/functional.h"
namespace octa {
}
#endif