diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 03:07:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 03:07:48 +0100 |
| commit | 0c54fbd1a74242c568749b7293f2f319c4842d44 (patch) | |
| tree | 86cdac041fc0a0f4e17d839d48e5ff7cea3cc5a7 /include/CompilerKit/Detail/Config.h | |
| parent | cfa04915a4c7d77996b49279b5891d1402f439a5 (diff) | |
chore: codebase chore and API breaking changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/Config.h')
| -rw-r--r-- | include/CompilerKit/Detail/Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h index 74d0724..198db7c 100644 --- a/include/CompilerKit/Detail/Config.h +++ b/include/CompilerKit/Detail/Config.h @@ -15,8 +15,8 @@ #include <CompilerKit/Detail/PreConfig.h> namespace CompilerKit { -inline constexpr int kBaseYear = 1900; -using STLString = std::string; +inline static constexpr int kBaseYear = 1900; +using STLString = std::string; inline STLString current_date() noexcept { auto time_data = time(nullptr); |
