-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In file included from /opt/cilkplus/clang/include/cilk/reducer_list.h:47:
/opt/cilkplus/clang/include/cilk/reducer.h:714:24: error: declaration of 'View' shadows template parameter
template <typename View, bool ViewDoesDefineReturnTypeForGetValue>
^
/opt/cilkplus/clang/include/cilk/reducer.h:685:36: note: template parameter is declared here
template <typename Value, typename View>
^
/opt/cilkplus/clang/include/cilk/reducer.h:719:24: error: declaration of 'View' shadows template parameter
template <typename View>
^
/opt/cilkplus/clang/include/cilk/reducer.h:685:36: note: template parameter is declared here
template <typename Value, typename View>
^
2 errors generated.
ninja: build stopped: subcommand failed.
Getting this error just by including reducer_list header file:
#include <cilk/reducer_list.h>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels