Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-simulator
Merge requests
!17
Fix inadvertent C++14 usage
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Samuel Debionne
requested to merge
fix-inadvertent-c++14-usage
into
develop
Oct 21, 2020
Overview
0
Commits
1
Pipelines
2
Changes
1
We only require C++1 so don't use
std::make_unique
(C++14)