- Some underlying features for RTTI
- Macro for automatically generating this_t - Semantics with static_constructor.h, now FENNEC_PRIVATE_STATIC_CONSTRUCTOR for .cpp files and FENNEC_CLASS_STATIC_CONSTRUCTOR for a class in any source file type.
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
#include <fennec/lang/filesystem/file.h>
|
||||
#include <fennec/platform/linux/platform.h>
|
||||
|
||||
#include <fennec/langcpp/startup.h>
|
||||
#include <fennec/langcpp/static_constructor.h>
|
||||
|
||||
namespace fennec
|
||||
{
|
||||
|
||||
FENNEC_STATIC_CONSTRUCTOR(_init_linux) {
|
||||
FENNEC_PRIVATE_STATIC_CONSTRUCTOR(_init_linux) {
|
||||
static linux_platform platform;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user