Skip to content

Commit

Permalink
lint(co): detect libstdc++ generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Codesire-Deng committed Jul 8, 2024
1 parent 9119b92 commit 8f33887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/co_context/generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// https://godbolt.org/z/5hcaPcfvP
//
#pragma once
#ifdef CO_CONTEXT_HAS_STD_GENERATOR
#if __has_include(<generator>) && defined (__cpp_lib_generator)
#include <generator>

namespace co_context {
Expand Down

0 comments on commit 8f33887

Please sign in to comment.