updated boost on windows
This commit is contained in:
@@ -20,6 +20,8 @@ namespace compute {
|
||||
|
||||
/// Stores the result of \p generator for each element in the range
|
||||
/// [\p first, \p first + \p count).
|
||||
///
|
||||
/// Space complexity: \Omega(1)
|
||||
template<class OutputIterator, class Size, class Generator>
|
||||
inline void generate_n(OutputIterator first,
|
||||
Size count,
|
||||
|
||||
Reference in New Issue
Block a user