Debian Patches

Status for ctemplate/2.4-3.1

Patch Description Author Forwarded Bugs Origin Last update
upstream_Fixed-compilation-error-string-doesn-t-name-a-type.patch [PATCH] Fixed compilation error - string doesn't name a type
Replaced 'string' -> 'std::string' in template-converter.
Mohit Saini <mohitsaini1196@gmail.com> no 2020-04-11
upstream_C-20-gcc10-fix-remove-hint-removed-typedef.patch [PATCH] C++20 / gcc10 fix: remove hint, removed typedef
C++17 deprecated, and C++20 fully removed, the std::allocator<T>::const_pointer typedef (https://en.cppreference.com/w/cpp/memory/allocator). So gcc10 fails to compile this file.

The selected fix was to completely remove the hint argument because (a) it was ignored anyway, and (b) std::allocator's allocate() function also chose to remove its hint argument in C++20 (https://en.cppreference.com/w/cpp/memory/allocator/allocate).
Conrad Poelman <cpgithub@stellarscience.com> no 2020-05-11

All known versions for source package 'ctemplate'

Links