Le 28/10/2018 à 10:19, Kornel Benko a écrit :
Am Sonntag, 28. Oktober 2018 02:13:43 CET schrieb Scott Kostyshak <skost...@lyx.org>:+#if 0 void setIgnoreFormat(string type, bool value) { IgnoreFormats().setIgnoreFormat(type, value); } +#endifHow does the compiler know, that a global function is not used?
It is not a global function, it is in an anonymous namespace. JMarc