Skip to content

Commit

Permalink
Fix poxy
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 3, 2024
1 parent e43da00 commit e913ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/poxy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ strip_paths = ['../include', 'pages']
'SCN_MOVE(x)' = 'std::move(x)'
'SCN_FWD(x)' = 'std::forward<decltype(x)>(x)'
'SCN_DECLVAL(x)' = 'std::declval<x>()'
'SCN_BEGIN_NAMESPACE' = 'inline namespace v4 {'
'SCN_END_NAMESPACE' = '}'
'SCN_BEGIN_NAMESPACE' = ''
'SCN_END_NAMESPACE' = ''
'SCN_GCC_PUSH' = ''
'SCN_GCC_IGNORE(...)' = ''
'SCN_GCC_POP' = ''
Expand Down

0 comments on commit e913ef8

Please sign in to comment.