forked from Alepha/Alepha
18 lines
371 B
C++
18 lines
371 B
C++
static_assert( __cplusplus > 2020'99 );
|
|
|
|
#pragma once
|
|
|
|
#include <Alepha/Alepha.h>
|
|
|
|
// This file will eventually contain all of the constants that control how much generated code the
|
|
// C++17 Reflection system will geeerate.
|
|
|
|
// Note: not exported!
|
|
namespace Alepha::Hydrogen::Reflection ::detail:: config_m
|
|
{
|
|
namespace C
|
|
{
|
|
const std::size_t max_ctor_size= 32;
|
|
}
|
|
}
|