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

missing include in src/stan/math/prim/scal/meta/get.hpp #1353

Closed
bgoodri opened this issue Mar 9, 2015 · 2 comments · Fixed by #1354
Closed

missing include in src/stan/math/prim/scal/meta/get.hpp #1353

bgoodri opened this issue Mar 9, 2015 · 2 comments · Fixed by #1354
Milestone

Comments

@bgoodri
Copy link
Contributor

bgoodri commented Mar 9, 2015

get uses size_t without including cstddef. How are these commits passing make test-headers?

@syclik
Copy link
Member

syclik commented Mar 9, 2015

I have no idea. I thought test-headers would catch it all.

Is it built in on Mac?

On Mon, Mar 9, 2015 at 11:00 AM, bgoodri notifications@github.com wrote:

get uses size_t without including cstddef. How are these commits passing
make test-headers?


Reply to this email directly or view it on GitHub
#1353.

@bob-carpenter
Copy link
Contributor

I think cstddef is included by default on the Mac
versions of clang++. Or maybe there's a top-level library
that would work without including cstddef in the top
level (::) namespace.

  • Bob

On Mar 10, 2015, at 2:00 AM, bgoodri notifications@github.com wrote:

get uses size_t without including cstddef. How are these commits passing make test-headers?


Reply to this email directly or view it on GitHub.

@syclik syclik modified the milestone: v2.6.2 Mar 13, 2015
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

Successfully merging a pull request may close this issue.

3 participants