We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612fc5d commit f3704acCopy full SHA for f3704ac
README.md
@@ -5,7 +5,18 @@ and for making functional composition easier. These help reduce code
5
duplication and improve clarity, for example in code using STL
6
`<algorithm>`.
7
8
-### Example:
+*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:
20
21
```Cpp
22
struct Employee {
0 commit comments