From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-07 14:31:00


Olaf Peter:

> error: 'for_each' was not declared in this scope

for_each is declared in <algorithm> and should be qualified with std::.