BitFunnel / NativeJIT

A C++ expression -> x64 JIT
http://bitfunnel.org/
MIT License
1.14k stars 83 forks source link

Delete StlAllocator assignment operator instead of making it private #82

Closed lkeegan closed 1 year ago

lkeegan commented 4 years ago

resolves this compiler warning with clang 10:

../inc/Temporary/StlAllocator.h:95:23: error: definition of implicit copy constructor for 'StlAllocator<unsigned char>' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
        StlAllocator& operator=(const StlAllocator&);