Skip to content

Commit ae08313

Browse files
authored
Merge pull request #75938 from mahilleb-msft/mahilleb-msft-pr/chlandsi/macoscpp14
compile macOS quickstart with C++ 14
2 parents 153121e + 997b6ac commit ae08313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/quickstart-cpp-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Download and install the SDK as follows:
7777
* Run the following command to build the application.
7878

7979
```sh
80-
g++ helloworld.cpp -o helloworld --std=c++11 -F${SPEECHSDK_ROOT} -framework MicrosoftCognitiveServicesSpeech
80+
g++ helloworld.cpp -o helloworld --std=c++14 -F${SPEECHSDK_ROOT} -framework MicrosoftCognitiveServicesSpeech
8181
```
8282

8383
## Run the app

0 commit comments

Comments
 (0)