summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/asio_example_2/CMakeLists.txt2
-rw-r--r--example/asio_example_2/example.cpp5
2 files changed, 1 insertions, 6 deletions
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 <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;