Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.1k stars 167 forks source link

Clang 14 build #257

Closed offa closed 2 years ago

offa commented 2 years ago

Adds a build for the recently released Clang 14.

offa commented 2 years ago

Strange, MSVC 2016 was cancelled immediately.

Dobiasd commented 2 years ago

Weird. And it only tells "This check was cancelled" without telling the reason. :shrug:

offa commented 2 years ago

Reason found: https://github.com/actions/virtual-environments/issues/4312 (it got removed)

I'll update the PR and remove it too.

offa commented 2 years ago

Since there's 2022 available already, shall we add it?

Dobiasd commented 2 years ago

Yeah, sounds good. :+1:

offa commented 2 years ago

I'll submit a separate PR.