From 2ffb43846498d8dbb21a4c466922599d1d697b37 Mon Sep 17 00:00:00 2001 From: wrv Date: Wed, 26 Jul 2023 12:27:18 -0500 Subject: [PATCH] Add short to copy and grant types --- code/include/rlbox_stdlib.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/include/rlbox_stdlib.hpp b/code/include/rlbox_stdlib.hpp index a6abd46..5a6502d 100644 --- a/code/include/rlbox_stdlib.hpp +++ b/code/include/rlbox_stdlib.hpp @@ -138,7 +138,7 @@ template static constexpr bool can_type_be_memcopied = std::is_same_v> || std::is_same_v> || std::is_same_v> || std::is_same_v> || - std::is_same_v>; + std::is_same_v> || std::is_same_v>; /** * @brief Copy to sandbox memory area. Note that memcpy is meant to be called on