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
| Metal |[](https://github.com/cppalliance/decimal/actions/workflows/metal.yml)|[](https://github.com/cppalliance/decimal/actions/workflows/metal.yml)|
| Metal |[](https://github.com/boostorg/decimal/actions/workflows/metal.yml)|[](https://github.com/boostorg/decimal/actions/workflows/metal.yml)|
10
10
11
11
---
12
12
@@ -21,7 +21,7 @@ Simply `#include` it and use it.
21
21
## CMake
22
22
23
23
```sh
24
-
git clone https://github.com/cppalliance/decimal
24
+
git clone https://github.com/boostorg/decimal
25
25
cd decimal
26
26
mkdir build &&cd build
27
27
cmake .. OR cmake .. -DCMAKE_INSTALL_PREFIX=/your/custom/path
@@ -32,18 +32,11 @@ then you can use `find_package(boost_decimal REQUIRED)`
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/basics.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The entire library can be accessed using the convenience header `<boost/decimal.
99
99
A short example of the basic usage:
100
100
101
101
[#first_example]
102
-
.This https://github.com/cppalliance/decimal/blob/develop/examples/first_example.cpp[example] shows the very basics on how to make a complete and working program using the decimal library
102
+
.This https://github.com/boostorg/decimal/blob/develop/examples/first_example.cpp[example] shows the very basics on how to make a complete and working program using the decimal library
0 commit comments