Skip to content

Commit 6b0083c

Browse files
committed
Deprecate uses_cxx11
1 parent b23b81a commit 6b0083c

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
@@ -384,6 +384,7 @@ impl Config {
384384
///
385385
/// This does not otherwise affect any CXX flags, i.e. it does not set
386386
/// -std=c++11 or -stdlib=libc++.
387+
#[deprecated = "no longer does anything, C++ is determined based on `cc::Build`, and the macOS issue has been fixed upstream"]
387388
pub fn uses_cxx11(&mut self) -> &mut Config {
388389
self.uses_cxx11 = true;
389390
self

0 commit comments

Comments
 (0)