summaryrefslogtreecommitdiffhomepage
path: root/example/asio_example_2/example.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 05:24:42 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 05:24:42 +0100
commit4ceb12b15985f705c58d3f97ff3cf97413aae64a (patch)
tree617b7aa388cefad4a02d8b7fa373477f08537cdc /example/asio_example_2/example.cpp
parente52916cec7db2c3294abd7a9b45a1e708627b238 (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.cpp5
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;