Skip to content

Commit

Permalink
调整标题等级以及格式换行
Browse files Browse the repository at this point in the history
  • Loading branch information
Mq-b committed Mar 8, 2024
1 parent 8e55c3e commit 59be953
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

  虽强调现代 C++,但同时对于老式模板写法也都会进行提及和教学。**因为不体会老式语法和写法的折磨,没有办法理解新特性的价值与意义**

请确保您的编译器至少支持 C++20,优先使用 gcc13,clang16,msvc v19.latest。所有代码均测试三大编译器。
请确保您的编译器至少支持 C++20,优先使用 gcc13,clang16,msvc v19.latest。所有代码均测试三大编译器。
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 前言
# 模板显式实例化解决模板分文件问题

## 前言

在前面的内容,我们一直讲的都是“**通常写法,函数模板、类模板、变量模板不能分文件**”。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 前言
# 显式实例化解决模板导出静态库动态库

## 前言

我们使用显式实例化解决模板导出动态静态库这个问题,原因什么的不再过多赘述,总结一句话:

Expand Down Expand Up @@ -100,4 +102,4 @@ int main(){

静态库也没有单独提,因为的确没啥区别。

另外如果你直接打开我们的项目,无法编译或许很正常,请自己根据当前环境,处理编码问题,以及生成动态静态库,配置,使用。
另外如果你直接打开我们的项目,无法编译或许很正常,请自己根据当前环境,处理编码问题,以及生成动态静态库,配置,使用。

0 comments on commit 59be953

Please sign in to comment.