From 23b42a468fe1d46ff801b3fe3b279d3b22a19fa3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 5 Apr 2002 19:54:17 +0000 Subject: [PATCH] add missing typename git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3913 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 72 +++++++++++++++++++++------------------- src/support/translator.h | 4 +-- 2 files changed, 40 insertions(+), 36 deletions(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 17530fcc21..4fd0fbff11 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2002-04-05 Lars Gullik Bjønnes + + * translator.h: add missing typename + 2002-03-27 Jean-Marc Lasgouttes * filetools.C (LibScriptSearch): new command. Searches for scripts @@ -69,7 +73,7 @@ * os2_defines.h: * os2_errortable.h: * nt_defines.h: moved from src/ - + 2002-02-23 Herbert Voss * filetools.C: added more graphic formats @@ -78,7 +82,7 @@ * filetools.C: (getExtFromContents) return the fileextension if no format is detected. - + 2002-02-18 Angus Leeming * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed @@ -125,8 +129,8 @@ * filetools.C (do_popen): use os::read_mode(). - * os_win32.C (read_mode): - * os_os2.C (read_mode): + * os_win32.C (read_mode): + * os_os2.C (read_mode): * os_unix.C (read_mode): new method * filetools.C (do_popen): fix for cygwin compatibility (from Claus @@ -138,13 +142,13 @@ 2002-02-06 Herbert Voss - * filetools.[Ch]: fix some bugs for detecting zipped files + * filetools.[Ch]: fix some bugs for detecting zipped files adding unzipFile() 2002-02-04 Herbert Voss * filetools.[Ch]: add ifZippedFile() for zipped - graphic files + graphic files 2002-02-04 Jean-Marc Lasgouttes @@ -154,7 +158,7 @@ 2002-01-31 Herbert Voss * filetools.[Ch]: add getExtFromContents(), which returns - the type of the (graphic) file + the type of the (graphic) file 2002-01-30 Jean-Marc Lasgouttes @@ -163,7 +167,7 @@ 2002-01-19 Jean-Marc Lasgouttes * lyxsum.C: remove #warnings and replaced them with runtime debug - info. + info. 2002-01-14 Jean-Marc Lasgouttes @@ -181,7 +185,7 @@ * FileInfo.h: * FileInfo.C: add Asserts and documentation - + 2001-12-20 Kayvan A. Sylvan * os_win32.C: compilation fixes @@ -202,31 +206,31 @@ 2001-12-03 Ben Stanley - * lyxsum.C: Added mmap version of CRC and made it selected + * lyxsum.C: Added mmap version of CRC and made it selected by default where available. Used process_block for crc for speedup. - + 2001-12-01 John Levon * filetools.C: more robust failure for DirList() 2001-11-29 André Pönitz - + * types.h: introduce types for textclass numbers and layout numbers 2001-11-28 André Pönitz - + * Makefile.am: put types.h in 2001-11-26 André Pönitz - + * types.h: introduce types for paragraph positions and layout numbers 2001-11-04 John Levon * filetools.C: remove dead code - + * syscall.C: show prog in fail case - + 2001-10-24 Andre Poenitz * filetools.C: code style cleanup @@ -239,7 +243,7 @@ * LAssert.h: * LAssert.C: use new emergencyCleanup() - + 2001-10-12 Jean-Marc Lasgouttes * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL, @@ -251,9 +255,9 @@ several methods) (findtexfile): oops! the change from last friday was wrong... - * os_win32.C (is_absolute_path): - * os_unix.C (is_absolute_path): - * os_os2.C (is_absolute_path): new method + * os_win32.C (is_absolute_path): + * os_unix.C (is_absolute_path): + * os_os2.C (is_absolute_path): new method 2001-10-05 Jean-Marc Lasgouttes @@ -261,7 +265,7 @@ 2001-07-02 Claus Hentschel - * os_win32.C: + * os_win32.C: * os_unix.C: * os_os2.C: * os.h: add internal_path method, which converts a unix-type file @@ -278,7 +282,7 @@ * filetools.h: * filetools.C (IsDirWriteable): fix this - + 2001-07-26 Baruch Even * lyxlib.h (float_equal): Added function to compare floats almost equal @@ -308,7 +312,7 @@ 2001-06-25 The LyX Project - * filetools.C (IsLyXFilename): + * filetools.C (IsLyXFilename): (IsSGMLFilename): do case insensitive name matching 2001-06-24 The LyX Project @@ -343,11 +347,11 @@ 2001-06-01 Jean-Marc Lasgouttes - * lstrings.C: + * lstrings.C: * syscall.C: - * syscontr.C: + * syscontr.C: * LSubstring.C: bring C functions in global namespace if - necessary. + necessary. * lstrings.h (compare): use the std:: version of str[n]cmp only when it exists. @@ -409,14 +413,14 @@ 2001-05-02 Jean-Marc Lasgouttes - * fmt.C: + * fmt.C: * atoi.C: add using directives when needed for C functions declared in std:: namespace. 2001-04-25 Lars Gullik Bjønnes * lstrings.C : add two helper structs, local_lowercase and - local_uppercase. + local_uppercase. (lowercase): change to use std::transform (uppercase): change to use std::transform @@ -441,7 +445,7 @@ 2001-04-16 Allan Rae * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0 - as an unrecognised preprocessor directive. So ensure they're wrapped. + as an unrecognised preprocessor directive. So ensure they're wrapped. 2001-03-15 Lars Gullik Bjønnes @@ -476,15 +480,15 @@ 2001-02-14 Lars Gullik Bjønnes - * fmt.C: - * filetools.C: + * fmt.C: + * filetools.C: * atoi.C: remove cruft 2001-02-06 albert chin - * snprintf.h: + * snprintf.h: * fmt.C: use HAVE_DECL_SNPRINTF - + 2001-01-26 Dekel Tsur * lyxstring.C: Fix some assertions. @@ -492,7 +496,7 @@ 2001-01-23 Dekel Tsur * lstrings.C (strip): Add a fix for compilers with broken - string::find_last_not_of. + string::find_last_not_of. * filetools.C (AddPath): Simplify by using strip and frontStrip. diff --git a/src/support/translator.h b/src/support/translator.h index 0b400f714d..756c3e0c1d 100644 --- a/src/support/translator.h +++ b/src/support/translator.h @@ -52,7 +52,7 @@ public: lyx::Assert(!map.empty()); // For explanation see the next find() function. - Map::const_iterator it = + typename Map::const_iterator it = std::find_if(map.begin(), map.end(), lyx::equal_1st_in_pair(first) ); @@ -79,7 +79,7 @@ public: // // We can depict it as follows: // equal_to(select2nd(pair) , second) - Map::const_iterator it = + typename Map::const_iterator it = std::find_if(map.begin(), map.end(), lyx::equal_2nd_in_pair(second) ); -- 2.39.2