mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
![]() 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). |
||
---|---|---|
.. | ||
base | ||
ctemplate | ||
htmlparser | ||
solaris | ||
tests | ||
windows | ||
diff_tpl_auto_escape.cc | ||
indented_writer.h | ||
make_tpl_varnames_h.cc | ||
per_expand_data.cc | ||
template_annotator.cc | ||
template_cache.cc | ||
template_dictionary.cc | ||
template_modifiers_internal.h | ||
template_modifiers.cc | ||
template_namelist.cc | ||
template_pathops.cc | ||
template_string.cc | ||
template-converter | ||
template.cc |