We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uses_cxx11
1 parent b23b81a commit 6b0083cCopy full SHA for 6b0083c
src/lib.rs
@@ -384,6 +384,7 @@ impl Config {
384
///
385
/// This does not otherwise affect any CXX flags, i.e. it does not set
386
/// -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"]
388
pub fn uses_cxx11(&mut self) -> &mut Config {
389
self.uses_cxx11 = true;
390
self
0 commit comments