Skip to content

Commit

Permalink
fix ericniebler#1546: Visibility bug in gcc-9 and below using concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
marehr committed Aug 10, 2020
1 parent 4989f3e commit c43fc69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/concepts/concepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@

/// INTERNAL ONLY
#define CPP_BROKEN_FRIEND_RETURN_TYPE_AUX_3_(...) \
__VA_ARGS__ && CPP_TRUE_FN>>
(__VA_ARGS__ && CPP_TRUE_FN)>> \
/**/

#ifdef CPP_WORKAROUND_MSVC_779763
#define CPP_broken_friend_member \
Expand Down

0 comments on commit c43fc69

Please sign in to comment.