1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00
ctemplate/src
Conrad Poelman 5aa5a00e74
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).
2020-05-11 21:55:00 -04:00
..
base C++20 / gcc10 fix: remove hint, removed typedef 2020-05-11 21:55:00 -04:00
ctemplate Remove ac_cv_cxx_hash_map_class 2017-01-30 14:45:48 +01:00
htmlparser Switch Python scripts to Python 3 2019-12-29 11:05:34 +01:00
solaris I don't know how this file got left out of svn, but it did. 2011-07-26 23:16:07 +00:00
tests Switch generate_fsm_test.sh to Python 3 2019-12-29 11:35:09 +01:00
windows Preprocess 2017-08-27 14:50:21 +02:00
diff_tpl_auto_escape.cc Remove GOOGLE_NAMESPACE 2017-01-04 11:57:36 +01:00
indented_writer.h Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
make_tpl_varnames_h.cc Remove GOOGLE_NAMESPACE 2017-01-04 11:57:36 +01:00
per_expand_data.cc MSVC supports std::unordered_map KeyEqual 2017-01-22 14:41:04 +01:00
template_annotator.cc Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
template_cache.cc Use unordered_map/set 2017-01-30 13:36:32 +01:00
template_dictionary.cc Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
template_modifiers_internal.h Remove HTMLPARSER_NAMESPACE 2015-02-15 13:47:56 +00:00
template_modifiers.cc Remove HTMLPARSER_NAMESPACE 2015-02-15 13:47:56 +00:00
template_namelist.cc Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
template_pathops.cc Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
template_string.cc Use unordered_map/set 2017-01-30 13:36:32 +01:00
template-converter Fixed compilation error - string doesn't name a type 2020-04-11 10:31:16 +05:30
template.cc Use unordered_map/set 2017-01-30 13:36:32 +01:00