]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
help a bit compilation with sun CC
[lyx.git] / src / mathed / ChangeLog
index 5989fef9c3a307e709761286e13497a06e032cf1..a5fb2aeae927a5367c008fa00e789dd011c36468 100644 (file)
@@ -1,3 +1,17 @@
+2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * matriz.C: add using directives when needed for C functions
+       declared in std:: namespace.
+
+       * math_macrotemplate.h: do not use explicitely std::string, but
+       string. 
+
+       * math_macroarg.C: avoid bringing the whole std:: namespace in
+       global-land. When you do that, there is an ambiguity between
+       lyxstring and std::string (which may be defined at the same time).
+
+       * formula.C (HandleExtern): add .c_str() to .str() (useful when
+       using lyxtring)
 
 2001-04-27 André Pönitz  <poenitz@htwm.de>