We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e078f7 commit cf22385Copy full SHA for cf22385
README.md
@@ -20,7 +20,7 @@ can be 100% safe.
20
cxx = "0.3"
21
```
22
23
-*Compiler support: requires rustc 1.42+*<br>
+*Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
24
*[Release notes](https://github.com/dtolnay/cxx/releases)*
25
26
<br>
src/lib.rs
@@ -18,7 +18,7 @@
18
//!
19
//! <br>
-//! *Compiler support: requires rustc 1.42+*<br>
+//! *Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
//! *[Release notes](https://github.com/dtolnay/cxx/releases)*
0 commit comments