Skip to content
  • Marco Bubke's avatar
    Bump C++ version to 14 · ddbe6117
    Marco Bubke authored
    
    
    Our compilers support some features which are part of the C++ 14 feature
    set. Some off them are silently compiled with the C++ 11 setting.
    
    For example:
    
    [foo=bar] {}
    
    is actually working with GCC but is part of C++ 14.
    
    Change-Id: Icf2c3806e26c675f8251768c6ad54ba4da186d11
    Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
    ddbe6117