Skip to content
  • Rob Swindell's avatar
    e0cef49c
    Fix gcc/clang build error · e0cef49c
    Rob Swindell authored
    std::atomic's need to be brace-initialized, or else we fail with
    "use of deleted function" errors
    
    Odd that MSVC built it just fine.
    e0cef49c
    Fix gcc/clang build error
    Rob Swindell authored
    std::atomic's need to be brace-initialized, or else we fail with
    "use of deleted function" errors
    
    Odd that MSVC built it just fine.
Loading