mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-14 11:40:35 +07:00
17 lines
581 B
C++
17 lines
581 B
C++
/*******************************************************************************
|
|
* This file is part of the "https://github.com/blackmatov/meta.hpp"
|
|
* For conditions of distribution and use, see copyright notice in LICENSE.md
|
|
* Copyright (C) 2021-2023, by Matvey Cherevko (blackmatov@gmail.com)
|
|
******************************************************************************/
|
|
|
|
#if defined(META_HPP_HEADERS_BUILD)
|
|
# include <meta.hpp/meta_indices.hpp>
|
|
#else
|
|
# include <meta.hpp/meta_all.hpp>
|
|
#endif
|
|
|
|
#include <doctest/doctest.h>
|
|
|
|
TEST_CASE("meta/meta_headers/indices") {
|
|
}
|