We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da33b53 commit cf16b06Copy full SHA for cf16b06
cppitertools/internal/iterbase.hpp
@@ -345,7 +345,7 @@ namespace iter {
345
template <typename ItTool>
346
struct Pipeable {
347
template <typename T>
348
-#if defined(__GNUC__) && !defined(__clang__)
+#if defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 14
349
[[gnu::no_dangling]]
350
#endif
351
friend decltype(auto) operator|(T&& x, Pipeable&& p) {
0 commit comments