Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.04 KB

clocale.md

File metadata and controls

38 lines (30 loc) · 1.04 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
<clocale> | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
<clocale>
C++
clocale header
5bde3e01-cf67-4f1f-a383-447ec814d00e
17
corob-msft
corob
ghogen

<clocale>

Includes the Standard C library header <locale.h> and adds the associated names to the std namespace.

Syntax

#include <clocale>  
  

Remarks

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

See Also

Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library