TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions

Home Page:https://tl.tartanllama.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS 2019 Support?

wbuck opened this issue · comments

I noticed on the list of supported VC++ compilers VS 2019 was not listed. Is there any reason why this wouldn't work in VS 2019?

it isn't listed because there doesn't seem to be a CI running VS 2019.

But as far as I can tell, it seems to work fine (can't say I use all the features though)

This is tested now