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?
Well, not really as you can always specify the one you desire to use
(egg. support::abort()). This was mostly the case previously anyway, the
difference is that it is now mandatory to clearly specify which version
you want. But it is of course a much saner approach anyway to avoid
creating methods with the exact same signature (name + argument). If the
arguments differs you can use the same name as in std safely.
Abdel.