-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Why on God's green earth would you guys declare a variable "class" in your C source file. It makes it impossible to include in a C++ source file without a hack like this:
extern "C" {
#define class klass
#include "dns.h"
#undef class
}
Can this be fixed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels