From 4ceb12b15985f705c58d3f97ff3cf97413aae64a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 9 Mar 2026 05:24:42 +0100 Subject: [CHORE] Update example.cpp for AsioExample2. Signed-off-by: Amlal El Mahrouss --- example/asio_example_2/CMakeLists.txt | 2 +- example/asio_example_2/example.cpp | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'example') diff --git a/example/asio_example_2/CMakeLists.txt b/example/asio_example_2/CMakeLists.txt index 7ccfabe..a26fbfc 100644 --- a/example/asio_example_2/CMakeLists.txt +++ b/example/asio_example_2/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15...3.31) project( - AsioExample + AsioExample2 VERSION 1.0 LANGUAGES CXX) 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 #include -constexpr long int operator ""_USD(long double n) -{ - return n * 1000.0; -} - namespace asio = ::boost::asio; namespace process = ::boost::process; -- cgit v1.2.3