include/babeltrace2: add `noexcept` specifier for C++ ≥ 11
[babeltrace.git] / include / babeltrace2 / graph / private-query-executor.h
index 756f5eecc6b2055487e1cb028b4e810229986de1..81a0daeb0cdf863d9db8a60a3752bf5556e7d669 100644 (file)
@@ -79,7 +79,7 @@ bt_private_query_executor_as_query_executor_const() function to
 static inline
 const bt_query_executor *
 bt_private_query_executor_as_query_executor_const(
-               bt_private_query_executor *query_executor)
+               bt_private_query_executor *query_executor) __BT_NOEXCEPT
 {
        return __BT_UPCAST_CONST(bt_query_executor, query_executor);
 }
This page took 0.024348 seconds and 4 git commands to generate.