Skip to content

Commit f3704ac

Browse files
committed
Added compiler compatibility notice in README
1 parent 612fc5d commit f3704ac

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ and for making functional composition easier. These help reduce code
55
duplication and improve clarity, for example in code using STL
66
`<algorithm>`.
77

8-
### Example:
8+
*lift* uses advanced C++17 features not supported by all compilers.
9+
On 2018-04-29, it is known to work with:
10+
* clang++-5, clang++-6
11+
* gcc-7
12+
13+
Notably, it has been shown not to work with:
14+
* any version of MSVC
15+
* gcc-trunk (9.0.0 20180428 ) ICEs
16+
* clang++-trunk (trunk 331105) (llvm/trunk 331103) ICEs
17+
18+
19+
### Example of use:
920

1021
```Cpp
1122
struct Employee {

0 commit comments

Comments
 (0)