Replace ">>" by "> >"

This commit is contained in:
Clement Jamin 2014-06-19 19:09:31 +02:00
parent a181490bff
commit 6ed794da5b
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ protected:
bool*,
tbb::cache_aligned_allocator<bool*>,
tbb::ets_key_per_instance> TLS_grid;
typedef tbb::enumerable_thread_specific<std::vector<int>> TLS_locked_cells;
typedef tbb::enumerable_thread_specific<std::vector<int> > TLS_locked_cells;
TLS_grid m_tls_grids;
TLS_locked_cells m_tls_locked_cells;