diff options
Diffstat (limited to 'include/ocl/tproc')
| -rw-r--r-- | include/ocl/tproc/detail/config.hpp | 6 | ||||
| -rw-r--r-- | include/ocl/tproc/detail/rope_fwd.hpp | 4 | ||||
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 6 | ||||
| -rw-r--r-- | include/ocl/tproc/rope.inl | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/include/ocl/tproc/detail/config.hpp b/include/ocl/tproc/detail/config.hpp index 04d0eed..12bcc3d 100644 --- a/include/ocl/tproc/detail/config.hpp +++ b/include/ocl/tproc/detail/config.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ -#ifndef __OCL_TPROC_CONFIG -#define __OCL_TPROC_CONFIG +#ifndef OCL_TPROC_CONFIG +#define OCL_TPROC_CONFIG #include <boost/assert/source_location.hpp> #include <ocl/detail/config.hpp> @@ -32,4 +32,4 @@ namespace ocl::tproc } // namespace ocl::tproc -#endif // ifndef __OCL_TPROC_CONFIG +#endif // ifndef OCL_TPROC_CONFIG diff --git a/include/ocl/tproc/detail/rope_fwd.hpp b/include/ocl/tproc/detail/rope_fwd.hpp index 44cec68..e72f287 100644 --- a/include/ocl/tproc/detail/rope_fwd.hpp +++ b/include/ocl/tproc/detail/rope_fwd.hpp @@ -3,8 +3,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/tproc -#ifndef __OCL_TPROC_ROPE_FWD_HPP -#define __OCL_TPROC_ROPE_FWD_HPP +#ifndef OCL_TPROC_ROPE_FWD_HPP +#define OCL_TPROC_ROPE_FWD_HPP #include <ocl/tproc/detail/config.hpp> diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index 83f8bc5..a506336 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -3,8 +3,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/tproc -#ifndef __OCL_TPROC_ROPE_HPP -#define __OCL_TPROC_ROPE_HPP +#ifndef OCL_TPROC_ROPE_HPP +#define OCL_TPROC_ROPE_HPP #include <ocl/tproc/detail/rope_fwd.hpp> @@ -220,4 +220,4 @@ inline std::wostream& operator<<(std::wostream& os, const ocl::tproc::wrope& r) #include "rope.inl" -#endif // __OCL_TPROC_ROPE_HPP +#endif // OCL_TPROC_ROPE_HPP diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl index 5ae96f1..90e8811 100644 --- a/include/ocl/tproc/rope.inl +++ b/include/ocl/tproc/rope.inl @@ -3,8 +3,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/tproc -#ifndef __OCL_TPROC_ROPE_INL -#define __OCL_TPROC_ROPE_INL +#ifndef OCL_TPROC_ROPE_INL +#define OCL_TPROC_ROPE_INL namespace ocl::tproc::rope { |
