Ken Takata wrote: > 2016/3/20 Sun 4:51:58 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.1610 > > Problem: Compiler warnings for non-virtual destructor. > > Solution: Mark the classe final. (Ken Takata) > > Files: src/Make_cyg_ming.mak, src/gui_dwrite.cpp, src/if_ole.cpp > > I'm a little bit surprised at this patch. I thought that this patch was > rejected, because you included the patches 7.4.1428 and 7.4.1442. There was > no need to include all these tree patches. However including all of them > should not have caused any problems...
It's possible I had two todo items for the same problem. > Unfortunately this causes the issue #705 with old MinGW. As I wrote in the > issue, the -std option should be changed from c++11 to gnu++11: > https://github.com/vim/vim/issues/705#issuecomment-199634858 I'll include that change then, thanks. -- hundred-and-one symptoms of being an internet addict: 94. Now admit it... How many of you have made "modem noises" into the phone just to see if it was possible? :-) /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
