ShaderConductor icon indicating copy to clipboard operation
ShaderConductor copied to clipboard

Fixed gcc 11.1 compilation errors

Open Light7734 opened this issue 4 years ago • 2 comments

Arch Linux x86_64 - gcc 11.0.0 x86_64-pc-linux-gnu

ShaderConductor.hpp uses uint*_t types but hasn't included stdint.h ShaderConductor.cpp has std::atomic<ULONG> m_ref = 0; which gives: error: use of deleted function 'std::atomic<long unsigned int>::atomic(const std::atomic<long unsigned int>&)'

Use of deleted function with std::atomic

Light7734 avatar Sep 23 '21 08:09 Light7734

CLA assistant check
All CLA requirements met.

ghost avatar Sep 23 '21 08:09 ghost

when will this be merged?

SteveGremory avatar Nov 24 '21 17:11 SteveGremory

never

Light7734 avatar Mar 25 '24 16:03 Light7734