Using Visual Studio 2015 from the command line. Used options:/std:c++14
/std:c++14
Whenever I try to compile
int num = 10'000'000;
cl.exe says warning: digit separators not enabled, apostrophe begins a character literal
warning: digit separators not enabled, apostrophe begins a character literal
How to enable it?
No one has answered this question yet.
See related questions:
Source: https://habr.com/ru/post/1676621/More articles:Rails Action Cable и Turbolinks: избегайте нескольких привязок - javascriptPOSIX shell: escaping strings in command records backquote - language-lawyerReact Apollo: Один запрос, несколько аргументов - Как кэшировать? - reactjsUsing dask to schedule tasks for running machine learning models in parallel - pythonSpring Failover redirection failover authentication with option - springMinimizing journal reports in production - c #python will build a color bar associated with the maximum and minimum number of values - pythonThe easiest way to check if a record exists or not in Linq to Entity Query - sqlIs there a way to find out which method is called when I click the button - debuggingHow to add ads in the recycler at position 2 in Android? - androidAll Articles