equalsraf / vim-qt

An experimental Qt gui for Vim.
129 stars 14 forks source link

Build gui_qt.cpp with -std=c++11 #17

Closed equalsraf closed 6 years ago

equalsraf commented 6 years ago

The lambdas and templates in gui_qt.cpp require C++11.

Remove #15 if this works.

@osa1 does this work for #13. I got it to work in a fresh install of 16.04, but the compiler is 5.3 instead of 5.4

osa1 commented 6 years ago

This works :+1: