Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang issue with the Enact template (simple_example) #9

Closed
jowens opened this issue Jul 8, 2014 · 1 comment
Closed

clang issue with the Enact template (simple_example) #9

jowens opened this issue Jul 8, 2014 · 1 comment
Assignees

Comments

@jowens
Copy link
Contributor

jowens commented Jul 8, 2014

[ 71%] Building NVCC (Device) object simple_example/CMakeFiles/simple_example.dir//./simple_example_generated_simple_example.cu.o
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:417:88: error:
      'Enact' following the 'template' keyword does not refer to a template
  ...INSTRUMENT> ::template Enact< gunrock::app::cc::CCProblem< VertexId, Siz...
                   ~~~~~~~~ ^~~~~
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:417:154: error:
      expected '(' for function-style cast or type construction
  ...Enact< gunrock::app::cc::CCProblem< VertexId, SizeT, Value, true> > (cc_...
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:535:91: error:
      'Enact' following the 'template' keyword does not refer to a template
  ...INSTRUMENT> ::template Enact< gunrock::app::bfs::BFSProblem< VertexId, S...
                   ~~~~~~~~ ^~~~~
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:535:173: error:
      expected '(' for function-style cast or type construction
  ...gunrock::app::bfs::BFSProblem< VertexId, SizeT, Value, true, false, false> >...
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:626:88: error:
      'Enact' following the 'template' keyword does not refer to a template
  ...INSTRUMENT> ::template Enact< gunrock::app::bc::BCProblem< VertexId, Siz...
                   ~~~~~~~~ ^~~~~
/Users/jowens/Documents/working/gunrock/simple_example/simple_example.cu:626:161: error:
      expected '(' for function-style cast or type construction
  ...gunrock::app::bc::BCProblem< VertexId, SizeT, Value, true, false> > (con...
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
@jowens
Copy link
Contributor Author

jowens commented Jul 10, 2014

WFM! (OS X 10.9, clang 3.5 Macports build)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants