Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enforce =std=c++14 for lambda capture initializers
realsense-viewer.cpp:69:33: warning: lambda capture initializers only available with ‘-std=c++14’ or ‘-std=gnu++14’ [-Wc++14-extensions] 69 | [&viewer_model, weak_device_models = std::weak_ptr< device_models_list >( device_models ), filename]( MSVC TODO
- Loading branch information