Skip to content

Commit

Permalink
CI C++20 clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Feb 19, 2024
1 parent c0a4265 commit e11d37e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
matrix:
compiler:
- cxx: "g++"
- cxx: "clang++"
# https://stackoverflow.com/questions/76859275/error-compiling-a-cpp-containing-stdchrono-errorstatic-constexpr-unsigned-fra
- cxx: "clang++ -stdlib=libc++"
flags:
- cxxflags: "-std=c++98"
- cxxflags: "-std=c++11"
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,19 @@ mostly irrelevent.
<table>
<caption>Change Log</caption>

<tr>
<th>2024-02-19</th>
<th>v1.4.0</th>
<td>

Add `hffix::message_writer::push_back_header(std::string_view)`
and `hffix::field_value::as_string_view()`
by [Slawomir Kuzniar @skuzniar](https://github.com/skuzniar)
(#51)

</td>
</tr>

<tr>
<th>2023-04-28</th>
<th>v1.3.0</th>
Expand Down

0 comments on commit e11d37e

Please sign in to comment.