mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-23 14:20:52 +00:00
fix generator implementation
This commit is contained in:
parent
da86582643
commit
b0ce004b36
3 changed files with 119 additions and 111 deletions
|
@ -23,7 +23,7 @@ namespace sprout {
|
|||
//
|
||||
template<typename T>
|
||||
struct is_found_via_adl
|
||||
: public std::integral_constant<bool, sprout::is_not_found_via_adl<T>::value>
|
||||
: public std::integral_constant<bool, !sprout::is_not_found_via_adl<T>::value>
|
||||
{};
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue