ccia_code_samples
ccia_code_samples copied to clipboard
Listing 8.11 - Compile Error
Two changes are needed to get this code to compile:
- Change line 60 from
return lastto return (this is avoidfunction, we our not returning an_OutputIterator - Make
addenda constant reference at line 27
One further change required to stop the code from crashing at runtime.
- Complete the
join_threadsclass