mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
Rename the inclusion guards slightly
This commit is contained in:
parent
0d3a88c4a1
commit
910af18f1e
@ -28,8 +28,8 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#ifndef CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED__
|
||||
#define CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED__
|
||||
#ifndef CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED
|
||||
#define CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED
|
||||
|
||||
#include <continuable/continuable-api.hpp>
|
||||
|
||||
@ -51,4 +51,4 @@ using container_category_of_t =
|
||||
} // namespace detail
|
||||
} // namespace cti
|
||||
|
||||
#endif // CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED__
|
||||
#endif // CONTINUABLE_DETAIL_CONTAINER_CATEGORY_HPP_INCLUDED
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#ifndef CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED__
|
||||
#define CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED__
|
||||
#ifndef CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED
|
||||
#define CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED
|
||||
|
||||
#include <atomic>
|
||||
#include <cstddef>
|
||||
@ -547,4 +547,4 @@ auto apply_pack_transform_async(Visitor&& visitor, Args&&... args) ->
|
||||
} // namespace detail
|
||||
} // namespace cti
|
||||
|
||||
#endif // CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED__
|
||||
#endif // CONTINUABLE_DETAIL_PACK_TRAVERSAL_ASYNC_HPP_INCLUDED
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#ifndef CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED__
|
||||
#define CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED__
|
||||
#ifndef CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED
|
||||
#define CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED
|
||||
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
@ -853,4 +853,4 @@ auto apply_pack_transform(Strategy strategy, Mapper&& mapper, T&&... pack)
|
||||
} // namespace detail
|
||||
} // namespace cti
|
||||
|
||||
#endif // CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED__
|
||||
#endif // CONTINUABLE_DETAIL_PACK_TRAVERSAL_HPP_INCLUDED
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user