Mangling template

evilrat evilrat666 at gmail.com
Fri May 7 07:36:40 UTC 2021


On Friday, 7 May 2021 at 06:17:32 UTC, Wusiki jeronii wrote:
> I get the error:
> Error: static variable `libdll` cannot be read at compile time.

Check how "libdll" and "Library" is defined, this error usually 
means you are forcing it to CTFE by reading or assigning it to 
enum, class member initializer, or any other compile time stuff.

> How to redefine template? Need to point all functions by type 
> manually without a template?

What do you mean by redefine template?


More information about the Digitalmars-d mailing list