Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1007 Bytes

File metadata and controls

30 lines (21 loc) · 1007 Bytes
description Learn more about: <ciso646>
title <ciso646>
ms.date 07/11/2019
f1_keywords
<ciso646>
helpviewer_keywords
ciso646 header
ms.assetid 9d570924-d299-4225-9a58-8c4c820f5903

<ciso646>

Includes the C standard library header <iso646.h>, and adds the associated names to the std namespace.

Note

Because this compatibility header defines names that are keywords in C++, including it has no effect. The <iso646.h> header is deprecated in C++. The <ciso646> header is removed in the draft C++20 standard.

Requirements

Header: <ciso646>

Namespace: std

Remarks

Including this header ensures that the names declared using external linkage in the C standard library header are declared in the std namespace.

See also

Header files reference
C++ standard library overview
Thread safety in the C++ standard library