deoplete-plugins / deoplete-plugins/deoplete-clang

std::variant not found

Open
#87 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
189
Forks
73
PR merge metrics
No merged PRs in 30d

Description

## 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!)

```vim
" Your minimal init.vim
Plug 'Shougo/deoplete.nvim'
Plug 'zchee/deoplete-clang'

let g:deoplete#sources#clang#std = 'c++17'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.