You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Home.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
Welcome to the **cpp-sort 1.13.1** documentation!
3
+
Welcome to the **cpp-sort 1.13.2** documentation!
4
4
5
5
You probably read the introduction in the README, so I won't repeat it here. This wiki contains documentation about the library: basic documentation about the many sorting tools and how to use them, documentation about the additional utilities provided by the library and even some detailed tutorials if you ever want to write your own sorters or sorter adapters. This main page explains a few general things that didn't quite fit in other parts of the documentation.
Copy file name to clipboardexpand all lines: docs/Tooling.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ Some of those options also exist without the `CPPSORT_` prefix, but they are dep
56
56
conan search cpp-sort --remote=conan-center
57
57
```
58
58
59
-
And then install any version to your local cache as follows (here with version 1.13.1):
59
+
And then install any version to your local cache as follows (here with version 1.13.2):
60
60
61
61
```sh
62
-
conan install cpp-sort/1.13.1
62
+
conan install cpp-sort/1.13.2
63
63
```
64
64
65
65
The packages downloaded from conan-center are minimal and only contain the files required to use **cpp-sort** as a library: the headers, CMake files and licensing information. If you need anything else you have to build your own package with the `conanfile.py` available in this repository.
0 commit comments