You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1>parallel_for.cpp 1>D:\taskflow\taskflow/algorithm/for_each.hpp(62,1): fatal error C1001: Internal compiler error. 1>(compiler file 'D:\a\_work\1\s\src\vctools\Compiler\CxxFE\sl\p1\c\lambdas.cpp', line 546) 1> To work around this problem, try simplifying or changing the program near the locations listed above. 1>If possible please provide a repro here: https://developercommunity.visualstudio.com 1>Please choose the Technical Support command on the Visual C++ 1> Help menu, or open the Technical Support help file for more information 1>D:\taskflow\taskflow/algorithm/for_each.hpp(165): message : see reference to function template instantiation 'auto tf::make_for_each_task<B,E,C,P>(B,E,C,P)' being compiled 1> with 1> [ 1> B=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>, 1> E=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>, 1> C=for_each::<lambda_891c819562d1c754b7032e9ff9e1d9ce>, 1> P=tf::DefaultPartitioner 1> ] 1>D:\taskflow\examples\parallel_for.cpp(19): message : see reference to function template instantiation 'tf::Task tf::FlowBuilder::for_each<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>>,std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>>,for_each::<lambda_891c819562d1c754b7032e9ff9e1d9ce>,tf::DefaultPartitioner>(B,E,C,P)' being compiled 1> with 1> [ 1> _Ty=int, 1> B=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>, 1> E=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>, 1> C=for_each::<lambda_891c819562d1c754b7032e9ff9e1d9ce>, 1> P=tf::DefaultPartitioner 1> ] 1>Done building project "parallel_for.vcxproj" -- FAILED.
0 commit comments