• Show log

    Commit

  • Hash : 7108f83c
    Author : Ivan Murashov
    Date : 2021-07-20T13:16:44

    GCC: Remove double declaration of ContextSet
    
    After the CL
    https://chromium-review.googlesource.com/c/angle/angle/+/2965780
    the build with GCC failed with error:
    /third_party/angle/src/libANGLE/Display.h:325:37: error: declaration of
    'typedef class std::__1::set<gl::Context*> egl::Display::ContextSet'
    changes meaning of 'ContextSet' [-fpermissive]
    /third_party/angle/src/libANGLE/Display.h:75:7: note: 'ContextSet'
    declared here as 'using ContextSet = class std::__1::set<gl::Context*>'
    
    To fix the error the double declaration of ContextSet is removed.
    
    Bug: angleproject:5878, chromium:819294
    Change-Id: Id9e52061af53ea18dd5d13b960daaa67a14f61ca
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3038804
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags