On 4/16/20 5:30 PM, Jean-Marc Lasgouttes wrote: > Le 16/04/2020 à 22:56, Richard Kimberly Heck a écrit : >> bool LyXComm::loadFilesInOtherInstance() >> { >> + if (theFilesToLoad().size() == 0) >> + return true; >> + > > > The following seems nicer to me: > if (theFilesToLoad().empty()) > return true;
Yes, of course. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel