Skip to content

Commit

Permalink
suppress gcc warning about templates and types with no/internal linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Oct 19, 2023
1 parent 20237db commit 3fd9f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/stdexec/execution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ STDEXEC_PRAGMA_PUSH()
STDEXEC_PRAGMA_IGNORE_GNU("-Wpragmas")
STDEXEC_PRAGMA_IGNORE_GNU("-Wundefined-inline")
STDEXEC_PRAGMA_IGNORE_GNU("-Wundefined-internal")
STDEXEC_PRAGMA_IGNORE_GNU("-Wsubobject-linkage")

namespace stdexec {
namespace stdexec {q
// [exec.queries.queryable]
template <class T>
concept queryable = destructible<T>;
Expand Down

0 comments on commit 3fd9f86

Please sign in to comment.