[中文] Reflection for C++26! 终于等到你

C++26 定稿,Reflection 提案投票通过

2025 年 6 月 21 日,著名微软工程师、C++ 标准委员会委员 Herb Sutter 在其个人博客发布了一篇博文《Trip report: June 2025 ISO C++ standards meeting (Sofia, Bulgaria) – Sutter’s Mill》。

A few minutes ago, the C++ committee voted the fir … Continue reading [中文] Reflection for C++26! 终于等到你

Inside std::source_location

Since C++20, the new revolutionary standard has introduced a meta class named std::source_location which provides information about the current line number, file name and function name of the executing context. This new class is included in a standalone header <source_loc … Continue reading Inside std::source_location