• Clemens Hammacher's avatar
    [wasm] Add missing V8_NOEXCEPT annotations · 70b64395
    Clemens Hammacher authored
    This silences the new presubmit check for the whole src/wasm directory.
    
    This change uncovered that MSVC is a bit behind with noexcept annotations
    on standard containers. This makes all implicit constructors and
    assignment operators noexcept(false) if the class contains any standard
    container.
    Thus disable noexcept on MSVC for now.
    
    R=tebbi@chromium.org
    CC=marja@chromium.org
    
    Bug: v8:8616, v8:7999
    Change-Id: Ica86ac84a5b8a835dcea9b783c7987d9b850241a
    Reviewed-on: https://chromium-review.googlesource.com/c/1386869
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58430}
    70b64395
compiler-specific.h 3.86 KB