Skip to content

Commit 19b0d16

Browse files
committed
Remove duplicitous example
1 parent f47af87 commit 19b0d16

File tree

3 files changed

+1
-103
lines changed

3 files changed

+1
-103
lines changed

doc/modules/ROOT/pages/financial_examples.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ https://www.boost.org/LICENSE_1_0.txt
88
= Financial Examples
99
:idprefix: financial_examples_
1010

11+
== Parsing Pricing Data from File
1112
[#examples_money_parsing]
1213
.This example demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
1314
====
@@ -25,12 +26,6 @@ Sum using decimal32_t: 52151.99
2526
....
2627
====
2728

28-
== Simple Moving Average
29-
30-
In the examples folder there is a file named `moving_average.cpp`.
31-
This example shows how to parse historical stock data from a file and use it.
32-
This serves as a framework for other calculations for securities.
33-
3429
[#examples_boost_math]
3530
== Boost.Math Integration
3631

examples/moving_average.cpp

Lines changed: 0 additions & 96 deletions
This file was deleted.

test/Jamfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ run ../examples/charconv_cohort_preservation.cpp ;
199199
run ../examples/literals.cpp ;
200200
run ../examples/rounding_mode.cpp ;
201201
run ../examples/rounding_mode_compile_time.cpp ;
202-
run ../examples/moving_average.cpp ;
203202
run ../examples/statistics.cpp ;
204203
run ../examples/format.cpp ;
205204
run ../examples/fmt_format.cpp ;

0 commit comments

Comments
 (0)