Skip to content

Commit cf22385

Browse files
committed
Document c++ standard support
1 parent 0e078f7 commit cf22385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ can be 100% safe.
2020
cxx = "0.3"
2121
```
2222

23-
*Compiler support: requires rustc 1.42+*<br>
23+
*Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
2424
*[Release notes](https://github.com/dtolnay/cxx/releases)*
2525

2626
<br>

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! <br>
2020
//!
21-
//! *Compiler support: requires rustc 1.42+*<br>
21+
//! *Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
2222
//! *[Release notes](https://github.com/dtolnay/cxx/releases)*
2323
//!
2424
//! <br>

0 commit comments

Comments
 (0)