Request std=c++11 dialect again, and add warning (#900)

* Put back stdc++11 and add compile-time check

* Soften it and update changelog
This commit is contained in:
Adlai Holler
2018-05-02 09:30:35 -07:00
committed by GitHub
parent f16e05e0b3
commit f3aaa52700
3 changed files with 9 additions and 0 deletions

View File

@@ -63,4 +63,9 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://twitter.com/TextureiOS'
spec.library = 'c++'
spec.pod_target_xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
'CLANG_CXX_LIBRARY' => 'libc++'
}
end