PSTL_VERSION 203 - > PSTL_VERSION 205
Details
Diff Detail
- Repository
- rPSTL pstl
Event Timeline
What determines the version? This doesn't seem to be tied to any LLVM release, is it?
Yes,... I doubted that is relevant to LLVM release.. and so as the some other macros form pstl_config.h
But as far as pstl_config.h is, PSTL_VERSION may be useful, at least to differ major changes, I guess...
We should talk about it, but we could consider tying versions of the PSTL to versions of LLVM. Or maybe some other scheme makes more sense. But I'm sure we can come up with something more useful than just a random number!
include/pstl/internal/pstl_config.h | ||
---|---|---|
1 | I think -*- C++ -*- should be merged into next line. See LLVM and Clang headers as example. |
include/pstl/internal/pstl_config.h | ||
---|---|---|
1 | That's correct, but it's also unrelated to this commit. I would suggest fixing it separately. |
I think -*- C++ -*- should be merged into next line. See LLVM and Clang headers as example.