I noticed that MSVC comes now up with this warning:
cl /nologo /EHsc /wd4819 /wd4996 /nologo /MD /O2 /TP
/ID:\LyXSVN\LyX1.5.x\lyx-windows-deps-msvc-qt4\include /Irelease\common /ID:\LyXSVN\LyX1.5.x\src
/ID:\LyXSVN\LyX1.5.x\src /ID:\LyXSVN\LyX1.5.x\boost /c D:\LyXSVN\LyX1.5.x\src\Server.cpp /
Forelease\common\Server.obj
Server.cpp
d:\lyxsvn\lyx1.5.x\src\Server.h(114) : warning C4355: this': wird in Initialisierungslisten für
Basisklasse verwendet
In English: this': is used in initialisation lists for base classes
Or is this independent of boost?
regards Uwe