Skip to content
  • Aaron Ballman's avatar
    02e1f191
    Silence C4709 in MSVC because it is buggy. · 02e1f191
    Aaron Ballman authored
    The diagnostic will trigger on code that does not have any comma operator, but instead default-constructs an object with an explicitly defaulted constructor as the array index argument.
    
    llvm-svn: 347345
    02e1f191
    Silence C4709 in MSVC because it is buggy.
    Aaron Ballman authored
    The diagnostic will trigger on code that does not have any comma operator, but instead default-constructs an object with an explicitly defaulted constructor as the array index argument.
    
    llvm-svn: 347345
Loading