From 587943f7e6510078e789155c0c364709c22f4316 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 9 Mar 2026 17:43:30 +0100 Subject: [CHORE] Patches for assembler and PTX support. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Detail/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/CompilerKit') 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); -- cgit v1.2.3