mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Fix for issue 19466
This commit is contained in:
parent
3e159dc18c
commit
01784b0ee9
1 changed files with 1 additions and 1 deletions
|
@ -2124,7 +2124,7 @@ Determine the linkage attribute of the function.
|
||||||
Params:
|
Params:
|
||||||
func = the function symbol, or the type of a function, delegate, or pointer to function
|
func = the function symbol, or the type of a function, delegate, or pointer to function
|
||||||
Returns:
|
Returns:
|
||||||
one of the strings "D", "C", "Windows", or "Objective-C"
|
one of the strings "D", "C", "C++", "Windows", "Objective-C", or "System".
|
||||||
*/
|
*/
|
||||||
template functionLinkage(func...)
|
template functionLinkage(func...)
|
||||||
if (func.length == 1 && isCallable!func)
|
if (func.length == 1 && isCallable!func)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue