This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit 3b4529676e83a7851db00458bc823700f549ed57 Author: Brian Neradt <[email protected]> AuthorDate: Tue Mar 19 18:15:08 2024 +0000 libsowc - remove legacy Errata. (#10986) (cherry picked from commit ab952036020bb2ba15a69caaec362719f209e16b) --- code/include/swoc/Errata.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/include/swoc/Errata.h b/code/include/swoc/Errata.h index 6ee0be5..fff9e17 100644 --- a/code/include/swoc/Errata.h +++ b/code/include/swoc/Errata.h @@ -1544,4 +1544,5 @@ get(swoc::Rv<R> const &rv) { throw std::domain_error("Errata index value out of bounds"); } /// @endcond + }} // namespace swoc::SWOC_VERSION_NS
