Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] writes:

Author: kuemmel
Date: Thu Dec 13 22:57:37 2007
New Revision: 22137

URL: http://www.lyx.org/trac/changeset/22137
Log:
cmake/merge: fix compile, this split conflicts with the others

So now we have to be careful not to use methods that have the same
names of methods from std:: (even the one we do not know about),
right?

yes, lyx::support::abort and ::abort, and the other was a conflict
between lyx::split and lyx::support::slit, but nothing we don't know.

I had the idea to make this split function a member function, but
then we need a <vector> in the header (I assume this was the reason
for not making it a member)

--
Peter Kümmel

Reply via email to