File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 4900
4900
\indexlibraryglobal {lconv}%
4901
4901
\indexlibraryglobal {setlocale}%
4902
4902
\indexlibraryglobal {localeconv}%
4903
- \indexlibraryglobal {NULL}%
4904
- \indexlibraryglobal {LC_ALL}%
4905
- \indexlibraryglobal {LC_COLLATE}%
4906
- \indexlibraryglobal {LC_CTYPE}%
4907
- \indexlibraryglobal {LC_MONETARY}%
4908
- \indexlibraryglobal {LC_NUMERIC}%
4909
- \indexlibraryglobal {LC_TIME}%
4910
4903
\begin {codeblock }
4911
4904
namespace std {
4912
4905
struct lconv;
4915
4908
lconv* localeconv();
4916
4909
}
4917
4910
4918
- #define NULL @\textit {see \ref {support.types.nullptr } }@
4919
- #define LC_ALL @\seebelow@
4920
- #define LC_COLLATE @\seebelow@
4921
- #define LC_CTYPE @\seebelow@
4922
- #define LC_MONETARY @\seebelow@
4923
- #define LC_NUMERIC @\seebelow@
4924
- #define LC_TIME @\seebelow@
4911
+ #define @ \libmacro { NULL}@ @\textit {see \ref {support.types.nullptr } }@
4912
+ #define @ \libmacro { LC_ALL}@ @\seebelow@
4913
+ #define @ \libmacro { LC_COLLATE}@ @\seebelow@
4914
+ #define @ \libmacro { LC_CTYPE}@ @\seebelow@
4915
+ #define @ \libmacro { LC_MONETARY}@ @\seebelow@
4916
+ #define @ \libmacro { LC_NUMERIC}@ @\seebelow@
4917
+ #define @ \libmacro { LC_TIME}@ @\seebelow@
4925
4918
\end {codeblock }
4926
4919
4927
4920
\pnum
You can’t perform that action at this time.
0 commit comments