首页> 开发问题 >其它问题 其它问题
clion ctrl+鼠标左键不能调到函数实现
作者:小萝卜 2019-12-06 【 其它 】 浏览 5160
简介clion ctrl+鼠标左键不能调到函数实现
问题:ctrl+鼠标左键只能在函数定义和申明之间跳转,不能跳转到implement,如果按ctrl+shift+B会报“no implement”。
解决:更改CMakeList文件,更改版本号。
cmake_minimum_required(VERSION 3.6.3) set(CMAKE_CXX_STANDARD 17)
很赞哦! (0)
上一篇:matlab命令行双箭头消失
相关文章
- windows10 onenote 显示英文 怎么办?
- Python问题:SyntaxError: Non-ASCII character '\xe2' in file
- 关于windows10上的sourcetree突然打不开的问题的解决策略
- tf.matmul()报错expected scalar type Float but found Double
- Unreachable statement
- Android Studio安装&&安装bug
- matlab命令行双箭头消失
- MapReduce报错:Error: java.io.IOException: Initialization of all the collectors failed. Error in last collector was :interface javax.xml.soap.Text
- 报错:configure: error: no acceptable C compiler found in $PATH
- ImportError: cannot import name 'BaseDataset' from 'src.dataset'
