Skip to content

Commit 59d1107

Browse files
author
mikeblome
committed
fixed build warnings from previous PR
1 parent 212170a commit 59d1107

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/cpp/initializers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ int main() {
388388
389389
- no virtual member functions
390390
391-
> [!NOTE]<!--conformance note-->
392-
> In Visual Studio 2015 and earlier, an aggregate is not allowed to have brace-or-equal initializers for non-static members. This restriction was removed in the C++14 standard and implemented in Visual Studio 2017.
391+
> [!NOTE]
392+
> <!--conformance note-->In Visual Studio 2015 and earlier, an aggregate is not allowed to have brace-or-equal initializers for non-static members. This restriction was removed in the C++14 standard and implemented in Visual Studio 2017.
393393
394394
Aggregate initializers consist of a braced initialization list, with or without an equals sign, as in the following example:
395395

docs/data/oledb/ole-db-programming.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ Microsoft OLE DB is a legacy technology; for new applications it is the required
5050
|OLE DB templates classes and macros|[OLE DB Templates Reference](../../data/oledb/ole-db-templates.md) (Visual C++)|
5151
|OLE DB consumer attributes|[OLE DB Consumer Attributes](../../windows/ole-db-consumer-attributes.md)|
5252
|OLE DB interfaces|[OLE DB programmer's reference](https://msdn.microsoft.com/en-us/library/ms713643.aspx) (in the [!INCLUDE[winsdkshort](../../atl-mfc-shared/reference/includes/winsdkshort_md.md)])|
53-
|OLE DB templates samples|[OLE DB Templates Samples](http://msdn.microsoft.com/en-us/08958863-0b5f-41ad-ae99-fca7440c553c)|
53+
|OLE DB templates samples|[OLE DB Templates Samples](http://msdn.microsoft.com/en-us/08958863-0b5f-41ad-ae99-fca7440c553c)|
5454
|Data access programming overview (Visual C++)|[Data Access Programming](../../data/data-access-programming-mfc-atl.md)|
55-
|ODBC vs. DAO|[Should I Use DAO or ODBC?](../../data/should-i-use-dao-or-odbc-q.md)|
5655
|ODBC conceptual topics|[Open Database Connectivity (ODBC)](../../data/odbc/open-database-connectivity-odbc.md)|
57-
|Data-bound controls (ADO and RDO) conceptual topics|[Data-Bound Controls (ADO and RDO)](../../data/ado-rdo/data-bound-controls-ado-and-rdo.md)|
56+
5857

5958
## See Also
6059
[Data Access](http://msdn.microsoft.com/library/a9455752-39c4-4457-b14e-197772d3df0b)

0 commit comments

Comments
 (0)