Go to file
Tomasz Sowa 49e49d1246 fixed: operator==() and operator!=() in iterators in MemBuffer<> template
did not have 'const' modifier and there was an error when compiling with clang with -std=c++20 flag

/usr/home/tomek/roboczy/prog/web.ttmath.org/../pikotools/textstream/textstream.h:225:11: fatal error: use of overloaded operator '!=' is ambiguous (with operand types
      'PT::TextStreamBase<char, 256, 4096>::const_iterator' (aka 'PT::MemBuffer<char, 256, 4096>::const_iterator') and 'PT::TextStreamBase<char, 256, 4096>::const_iterator')
        for( ; i != end() ; ++i)
               ~ ^  ~~~~~
/usr/home/tomek/roboczy/prog/web.ttmath.org/../morm/src/finderhelper.h:78:14: note: in instantiation of member function 'PT::TextStreamBase<char, 256, 4096>::to_string' requested here
                table_name.to_string(table_name_str);
                           ^
/usr/home/tomek/roboczy/prog/web.ttmath.org/../pikotools/membuffer/membuffer.h:93:8: note: candidate function
                bool operator!=(const const_iterator & i);
                     ^
/usr/home/tomek/roboczy/prog/web.ttmath.org/../pikotools/membuffer/membuffer.h:92:8: note: candidate function
                bool operator==(const const_iterator & i);
                     ^
/usr/home/tomek/roboczy/prog/web.ttmath.org/../pikotools/membuffer/membuffer.h:92:8: note: candidate function (with reversed parameter order)
2021-02-17 16:53:19 +01:00
convert added to convert: PatternReplacer 2019-01-07 03:29:34 +00:00
date added: to Date: support for parsing timezone offsets 2019-01-31 20:56:40 +00:00
log a comment added in Log::~Log(), we have to consider whether calling save_log_and_clear() in ~Log() should be removed 2021-02-17 16:51:06 +01:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser added to convert: PatternReplacer 2019-01-07 03:29:34 +00:00
membuffer fixed: operator==() and operator!=() in iterators in MemBuffer<> template 2021-02-17 16:53:19 +01:00
space in spacetojson: if there is only one item then do not put it in the table 2019-02-19 13:08:07 +00:00
textstream added: to Log: IntMinWidth(size_t min_width) 2019-01-28 18:06:18 +00:00
utf8 added to convert: PatternReplacer 2019-01-07 03:29:34 +00:00
Makefile changed in logger: 2018-11-23 17:07:52 +00:00