summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 17:48:20 +0100
committerGitHub <noreply@github.com>2026-03-09 17:48:20 +0100
commita31d180295dd2947c63b5ef7303accd88e4ae690 (patch)
treeb4406176c141beea5170693c7872a58f2c035836 /include/CompilerKit
parent5f6fae7100e3ad1cc17b46844d18b7f5b0eac3b9 (diff)
parent587943f7e6510078e789155c0c364709c22f4316 (diff)
Merge pull request #69 from ne-foss-org/nectar-gpu-improvements-and-bjam
[CHORE] Adding BJam support for Nectar and using BJam for Nectar GPU
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/Detail/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h
index eeb653d..651904e 100644
--- a/include/CompilerKit/Detail/Config.h
+++ b/include/CompilerKit/Detail/Config.h
@@ -17,8 +17,8 @@
namespace CompilerKit {
inline static constexpr int kBaseYear = 1900;
- using STLString = std::string;
- using RopeString = ocl::tproc::crope;
+using STLString = std::string;
+using RopeString = ocl::tproc::crope;
inline STLString current_date() noexcept {
auto time_data = time(nullptr);