Skip to content

Commit

Permalink
In Boost.Outcome fix bad status-code header path translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 18, 2023
1 parent 0f6df25 commit 4e228c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .boostify
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ core_macros = {
r'^SYSTEM_ERROR2_': r'BOOST_OUTCOME_SYSTEM_ERROR2_',
r'([^_])SYSTEM_ERROR2_': r'\1BOOST_OUTCOME_SYSTEM_ERROR2_',
r'<outcome/([^>]+)': r'<boost/outcome/\1',
r'status-code/include/': r'/',
r'status-code/include/': r'',
r'// Boost.Outcome ' : r'',
r'CXX_': r'BOOST_OUTCOME_C_',
}
Expand Down

0 comments on commit 4e228c4

Please sign in to comment.