亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to make the C++ syntax prompt in vim compatible with C++11
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-16 16:38:33
0
1
705

In situations like the picture above, a prompt will appear every time you use the new features of C++11.
How can I make vim's syntax prompts compatible with C++11?
Is this prompt function built-in or a plug-in function?
Plug-in, I installed YCM.

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證高級PHP講師

reply all(1)
洪濤

let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template