fasttuple icon indicating copy to clipboard operation
fasttuple copied to clipboard

fix error for compiling with clang

Open OlesenJonas opened this issue 2 years ago • 0 comments

fasttuple.h currently does not work with clang because of some redundant "std::" https://godbolt.org/z/fdzj9vGbq simply removing those fixes it https://godbolt.org/z/s4fc611z3

OlesenJonas avatar Nov 06 '23 20:11 OlesenJonas