Open C++ Libraries.org develop
Loading...
Searching...
No Matches
tproc.hpp
1// SPDX-License-Identifier: BSL-1.0
2// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5// Official repository: https://github.com/open-cpp-libraries/tproc
6
7#ifndef OCL_TPROC_HPP
8#define OCL_TPROC_HPP
9
10#include <ocl/tproc/detail/config.hpp>
11#include <ocl/tproc/rope.hpp>
12
13#ifdef OCL_TPROC_REGEX
14// #include <ocl/tproc/linter.hpp>
15#endif
16
17#ifdef OCL_TPROC_ALGOS
18#include <ocl/tproc/algos/bfs.hpp>
19#include <ocl/tproc/algos/dijkstra.hpp>
20#endif
21
22#endif // OCL_TPROC_HPP