cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

+<utility> for std::exchange

Open al-mission-2016 opened this issue 1 year ago • 1 comments

Add <utility> header for std::exchange used in this implementation file, otherwise the unit (and the whole lib consequently) cannot be compiled/build in some environments, e.g. ArchLinux/AUR -- all, as usual, depends on compilation order, compiler version etc. It compiles/builds allright (by AUR) after this patch.)

al-mission-2016 avatar Mar 14 '23 21:03 al-mission-2016

Cannot build in Debian 12 without this modification, would help to have this in the main repo.

JimmyCabbage avatar Aug 24 '23 15:08 JimmyCabbage