Skip to content

Commit

Permalink
fix redeclaration in clang modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot committed Sep 18, 2024
1 parent ede166e commit 5a23f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/ctre/wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace ctre {

template <typename RE, typename Method = void, typename Modifier = singleline> struct regular_expression;
CTRE_EXPORT template <typename RE, typename Method = void, typename Modifier = singleline> struct regular_expression;

struct zero_terminated_string_end_iterator {
// this is here only because I want to support std::make_reverse_iterator
Expand Down
2 changes: 1 addition & 1 deletion single-header/ctre.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5460,7 +5460,7 @@ namespace std::ranges {

namespace ctre {

template <typename RE, typename Method = void, typename Modifier = singleline> struct regular_expression;
CTRE_EXPORT template <typename RE, typename Method = void, typename Modifier = singleline> struct regular_expression;

struct zero_terminated_string_end_iterator {
// this is here only because I want to support std::make_reverse_iterator
Expand Down

0 comments on commit 5a23f56

Please sign in to comment.