Skip to content

Commit f47af87

Browse files
committed
Remove bad example
1 parent d457c94 commit f47af87

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

doc/modules/ROOT/pages/financial_examples.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ In the examples folder there is a file named `moving_average.cpp`.
3131
This example shows how to parse historical stock data from a file and use it.
3232
This serves as a framework for other calculations for securities.
3333
34-
== Currency Conversion
35-
In the examples folder there is a file named `currency_conversion.cpp`.
36-
This example shows how to simply convert currencies based off a given exchange rate.
37-
3834
[#examples_boost_math]
3935
== Boost.Math Integration
4036

examples/currency_conversion.cpp

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

test/Jamfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ run ../examples/literals.cpp ;
200200
run ../examples/rounding_mode.cpp ;
201201
run ../examples/rounding_mode_compile_time.cpp ;
202202
run ../examples/moving_average.cpp ;
203-
run ../examples/currency_conversion.cpp ;
204203
run ../examples/statistics.cpp ;
205204
run ../examples/format.cpp ;
206205
run ../examples/fmt_format.cpp ;

0 commit comments

Comments
 (0)