Fix for issue 19466

This commit is contained in:
jsatellite 2018-12-05 10:13:11 +00:00 committed by GitHub
parent 3e159dc18c
commit 01784b0ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2124,7 +2124,7 @@ Determine the linkage attribute of the function.
Params:
func = the function symbol, or the type of a function, delegate, or pointer to function
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...)
if (func.length == 1 && isCallable!func)