From 63d28e5a0d6895a9434ded1e24c0096814f5a815 Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Sat, 22 May 2021 14:16:24 +0400
Subject: [PATCH] Got confused by these no-ops for a moment,

gotta remember they are public configuration points.
---
 source/simple/support/array_operators.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/simple/support/array_operators.hpp b/source/simple/support/array_operators.hpp
index 42a8ce0..b234597 100644
--- a/source/simple/support/array_operators.hpp
+++ b/source/simple/support/array_operators.hpp
@@ -237,6 +237,7 @@ namespace simple::support
 		constexpr Result operator()(const Type& one) const { return ~one; }
 	};
 
+	// public
 	template <typename Type>
 	struct define_array_operators
 	{
@@ -255,6 +256,7 @@ namespace simple::support
 		constexpr static const Type& get_array(const Type& object) noexcept { return object; }
 	};
 
+	// public
 	template <typename T>
 	struct array_operator_implicit_conversion { using type = support::remove_cvref_t<T>; };
 	template <typename T>
-- 
GitLab