We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200b0b6 commit cb81ac4Copy full SHA for cb81ac4
doc/decimal/overview.adoc
@@ -43,6 +43,9 @@ Coverage can be found on https://app.codecov.io/gh/cppalliance/decimal[Codecov].
43
44
== Basic Usage
45
46
+The entire library should be accessed using the convince header `<boost/decimal.hpp>`.
47
+A short example of the basic usage:
48
+
49
[source, c++]
50
----
51
#include <boost/decimal.hpp>
0 commit comments