Debian Patches

Status for htmlcxx/0.87-3

Patch Description Author Forwarded Bugs Origin Last update
fix-gcc-4.6-ftbfs.patch Fix compilation with GCC 4.6
===================================================================
Ludovico Cavedon <cavedon@debian.org> invalid
reduce-linking.patch do not link htmlcxx against libcss_parser, but have libcss_parser_pp link against it.

===================================================================
Ludovico Cavedon <cavedon@debian.org> no
spelling-fixes.patch Spelling fixes Stephen Kitt <skitt@debian.org> no
exception-decls.patch Remove exception declarations
These were deprecated in C++11 and are no longer valid in C++17.
Stephen Kitt <skitt@debian.org> no
fix-cpp20-allocator.patch [PATCH] fix compiling with c++20
The second parameter in function allocate() was removed in C++20 standard.
These changes are backward compatible. Prior standard will use these:
* < C++17: pointer allocate( size_type n, const void * hint = 0 ); // (until C++17)
* < C++20: T* allocate( std::size_t n ); // (since C++17)
* = C++20: [[nodiscard]] constexpr T* allocate( std::size_t n );
Frantisek Boranek <fboranek@gmail.com> no 2022-10-06

All known versions for source package 'htmlcxx'

Links