We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 153121e + 997b6ac commit ae08313Copy full SHA for ae08313
articles/cognitive-services/Speech-Service/quickstart-cpp-macos.md
@@ -77,7 +77,7 @@ Download and install the SDK as follows:
77
* Run the following command to build the application.
78
79
```sh
80
- g++ helloworld.cpp -o helloworld --std=c++11 -F${SPEECHSDK_ROOT} -framework MicrosoftCognitiveServicesSpeech
+ g++ helloworld.cpp -o helloworld --std=c++14 -F${SPEECHSDK_ROOT} -framework MicrosoftCognitiveServicesSpeech
81
```
82
83
## Run the app
0 commit comments