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