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

/.../local_cache.hpp(89): error #303: explicit type is missing ("int" assumed) #2093

Closed
dmarce1 opened this issue Apr 14, 2016 · 2 comments · Fixed by #2096
Closed

/.../local_cache.hpp(89): error #303: explicit type is missing ("int" assumed) #2093

dmarce1 opened this issue Apr 14, 2016 · 2 comments · Fixed by #2096

Comments

@dmarce1
Copy link
Member

dmarce1 commented Apr 14, 2016

I am getting this error:

/work/dmarce1/debug/include/hpx/external/boost/cache/local_cache.hpp(89): error #303: explicit type is missing ("int" assumed)
HPX_MOVABLE_ONLY(local_cache);

when I attempt to build octotiger on queenbee. Using the exact same builds script, .modules, and .bashrc files I do not get this error on SuperMIC. Its not a result of a recent HPX commit, I checked out an older commit from a few weeks ago and got the same problem.

Does anyone have any idea what this means?

@K-ballo
Copy link
Member

K-ballo commented Apr 14, 2016

Is that the entire error message? Which compiler is giving it?

@hkaiser hkaiser added this to the 0.9.12 milestone Apr 14, 2016
@hkaiser
Copy link
Member

hkaiser commented Apr 16, 2016

Looks like a missing #include. I'll handle it (I wanted to move the cache to util anyways...)

hkaiser added a commit that referenced this issue Apr 16, 2016
- flyby: this also fixes #2093
- flyby: change timer use in cache to boost::chrono
hkaiser added a commit that referenced this issue Apr 17, 2016
- flyby: this also fixes #2093
- flyby: change timer use in cache to boost::chrono
@hkaiser hkaiser changed the title /work/dmarce1/debug/include/hpx/external/boost/cache/local_cache.hpp(89): error #303: explicit type is missing ("int" assumed) HPX_MOVABLE_ONLY(local_cache); /.../local_cache.hpp(89): error #303: explicit type is missing ("int" assumed) Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants