diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-09 05:24:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-09 05:24:42 +0100 |
| commit | 4ceb12b15985f705c58d3f97ff3cf97413aae64a (patch) | |
| tree | 617b7aa388cefad4a02d8b7fa373477f08537cdc /example/asio_example_2/example.cpp | |
| parent | e52916cec7db2c3294abd7a9b45a1e708627b238 (diff) | |
[CHORE] Update example.cpp for AsioExample2.another-asio-example
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/asio_example_2/example.cpp')
| -rw-r--r-- | example/asio_example_2/example.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/example/asio_example_2/example.cpp b/example/asio_example_2/example.cpp index f16aa1e..c3bfeef 100644 --- a/example/asio_example_2/example.cpp +++ b/example/asio_example_2/example.cpp @@ -9,11 +9,6 @@ #include <future> #include <boost/process.hpp> -constexpr long int operator ""_USD(long double n) -{ - return n * 1000.0; -} - namespace asio = ::boost::asio; namespace process = ::boost::process; |
