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

enforce =std=c++14 for lambda capture initializers #12865

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Commits on Apr 18, 2024

  1. 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
    Reini Urban committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    189f693 View commit details
    Browse the repository at this point in the history