Izzy Muerte
Izzy Muerte
So, I've been working on a local branch for VS2015 support for string_view and optional. There are some serious issues with the VS2015 compiler. The one that I find _mindblowing_...
Hey! I'm definitely down to revisit it. I'm currently stuck without a windows PC until mid-october-ish. Once that rolls around I'll be able to start on this. I'm also currently...
@acmorrow I've pushed a change that should make `optional` and `string_view` work in VS2015. Please let me know if you run into any issues! :)
@acmorrow The release process is kind of messed up because I screwed up with the development of Core a while back (end of 2014, beginning of 2015). What *was* going...
@jrassi That's correct, I won't be tagging a release of master until 2.0. I'll also be making a 2.0 branch so that we can backport changes while work begins on...
Hi, you're not going to like to hear this, but the recommended fix for this is to use -Wno-attribute, as otherwise you get a large number of warnings from clang,...
Since this is the only other issue I'll be making a small preprocessor set of changes to guard this kind of stuff from warning. The "let's not use the preprocessor"...
Hi, I wanted to let you know I've seen this PR but I'm currently recovering from surgery for the next few weeks so it'll be a while before it gets...
@stsp hi! `std::offset` (whose name has been changed but I'll be fighting to have it be something *better*) won't be added to the standard until reflection is available as it'll...
I think this might be a language version or compiler version issue. I copy pasted the code you showed above into godbolt and it compiled without issues from gcc 6.4-10.2...