summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Detail/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 17:43:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 17:43:30 +0100
commit587943f7e6510078e789155c0c364709c22f4316 (patch)
treeb4406176c141beea5170693c7872a58f2c035836 /include/CompilerKit/Detail/Config.h
parentb65c80c1b076e574aca27f84035c464efe50e92f (diff)
[CHORE] Patches for assembler and PTX support.nectar-gpu-improvements-and-bjam
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/Config.h')
-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);