Skip to content

Commit

Permalink
Merge branch 'master' into mb-cppcx2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghogen authored Mar 20, 2017
2 parents 8652d0c + 9bc5171 commit 0d37ec8
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 107 deletions.
2 changes: 1 addition & 1 deletion docs/cpp-conformance-improvements-2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ translation.priority.ht:
# C++ conformance improvements in [!INCLUDE[vs_dev15_md](misc/includes/vs_dev15_md.md)]

## New language features
With support for generalized constexpr and NSDMI for aggregates, the compiler is now complete for features added in the C++14 Standard. Note that the compiler still lacks a few features from the C++11 and C++98 Standards.
With support for generalized constexpr and NSDMI for aggregates, the compiler is now complete for features added in the C++14 Standard. Note that the compiler still lacks a few features from the C++11 and C++98 Standards. See [Visual C++ Language Conformance](visual-cpp-language-conformance.md) for a table that shows the current state of the compiler.

### C++11:
**Expression SFINAE support in more libraries**
Expand Down
1 change: 1 addition & 0 deletions docs/data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ Since 2011 Microsoft has aligned on ODBC as the standard for native applications
<div class="card">
<div class="cardText">
<h3><a href="https://www.microsoft.com/download/details.aspx?id=53339" title="Microsoft® ODBC Driver 13.1 for SQL Server® - Windows Download Page">ODBC Driver 13.1 for SQL Server</a></h3>
<p>The Microsoft ODBC Driver 13.1 for SQL Server is a single dynamic-link library (DLL) containing run-time support for applications using native-code APIs to connect to Microsoft SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2016, Analytics Platform System, Azure SQL Database and Azure SQL Data Warehouse. Download the driver here.</p>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ This step-by-step article describes how to use the Visual C++ Redistributable Pa

2. Create a file, name it setup.bat, and add the following commands to it. Change `MyMFCApplication` to the name of your project.

```
@echo off
```cmd
@echo off
vcredist_x86.exe
mkdir "C:\Program Files\MyMFCApplication"
copy MyMFCApplication.exe "C:\Program Files\MyMFCApplication"
Expand Down
Loading

0 comments on commit 0d37ec8

Please sign in to comment.