Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::variant not found #87

Open
Pfeifenjoy opened this issue Nov 15, 2018 · 0 comments
Open

std::variant not found #87

Pfeifenjoy opened this issue Nov 15, 2018 · 0 comments

Comments

@Pfeifenjoy
Copy link

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

  • 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'

let g:deoplete#sources#clang#std = 'c++17'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant