You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use std::variant from c++17.
This however does not seem to work.
I always get "no template named 'variant' in namespace 'std'" when I run ALEDetail.
Environment Information
OS: OSX
Neovim version: NVIM v0.3.1
Provide a minimal init.vim with less than 50 lines and not plugin manager (Required!)
" Your minimal init.vim
Plug 'Shougo/deoplete.nvim'
Plug 'zchee/deoplete-clang'letg:deoplete#sources#clang#std ='c++17'
The text was updated successfully, but these errors were encountered:
Problems summary
I want to use std::variant from c++17.
This however does not seem to work.
I always get "no template named 'variant' in namespace 'std'" when I run ALEDetail.
Environment Information
Provide a minimal init.vim with less than 50 lines and not plugin manager (Required!)
The text was updated successfully, but these errors were encountered: