From 1715b7ed089a8c3009ca39e0bd3081da217c61bc Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 28 Jul 2022 13:34:55 +0300 Subject: libcamera: Drop unnecessary typename keyword used with std::enable_if_t Usage of the std::enable_if_t type doesn't need to be prefixed by typename. Drop the unnecessary keyword. Reported-by: Jacopo Mondi Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Jacopo Mondi --- src/libcamera/yaml_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/yaml_parser.cpp') diff --git a/src/libcamera/yaml_parser.cpp b/src/libcamera/yaml_parser.cpp index 440e35c4..84cb57d6 100644 --- a/src/libcamera/yaml_parser.cpp +++ b/src/libcamera/yaml_parser.cpp @@ -307,7 +307,7 @@ std::optional YamlObject::get() const #ifndef __DOXYGEN__ template || std::is_same_v || std::is_same_v || -- cgit v1.2.1