From b6cbd10e8a64974c1eb5eb4f940121711da889e8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 12 Nov 2022 19:18:13 +0100 Subject: fix warnings --- compat/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/optional.hpp b/compat/optional.hpp index 9c1f9f6c..6f8a1a89 100644 --- a/compat/optional.hpp +++ b/compat/optional.hpp @@ -6,7 +6,7 @@ namespace std { template struct tuple_size> : std::integral_constant {}; template struct tuple_element<0, Corrade::Containers::Optional> { using type = T; }; template struct tuple_element<1, Corrade::Containers::Optional> { using type = bool; }; -} +} // namespace std namespace Corrade::Containers { -- cgit v1.2.3