Skip to content

Commit 83d8875

Browse files
madsmtmtgross35
authored andcommitted
Deprecate uses_cxx11
1 parent 2f7cc33 commit 83d8875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ impl Config {
387387
///
388388
/// This does not otherwise affect any CXX flags, i.e. it does not set
389389
/// -std=c++11 or -stdlib=libc++.
390+
#[deprecated = "no longer does anything, C++ is determined based on `cc::Build`, and the macOS issue has been fixed upstream"]
390391
pub fn uses_cxx11(&mut self) -> &mut Config {
391392
self.uses_cxx11 = true;
392393
self

0 commit comments

Comments
 (0)