From c1d8726656871662b36956140677a298827b44cb Mon Sep 17 00:00:00 2001 From: Kasper Laudrup Date: Tue, 30 Jan 2024 18:06:50 +0100 Subject: [PATCH] Remove uncommented define --- include/boost/wintls/detail/config.hpp | 2 -- test/{utils => test_stream}/allocator.hpp | 0 test/{utils => test_stream}/config.hpp | 0 test/{utils => test_stream}/empty_value.hpp | 0 test/{utils => test_stream}/error.hpp | 0 test/{utils => test_stream}/fail_count.hpp | 0 test/{utils => test_stream}/flat_buffer.hpp | 0 test/{utils => test_stream}/impl/error.hpp | 0 test/{utils => test_stream}/impl/error.ipp | 0 test/{utils => test_stream}/impl/fail_count.ipp | 0 test/{utils => test_stream}/impl/flat_buffer.hpp | 0 test/{utils => test_stream}/impl/is_invocable.hpp | 0 test/{utils => test_stream}/impl/service_base.hpp | 0 test/{utils => test_stream}/impl/stream.hpp | 0 test/{utils => test_stream}/impl/stream.ipp | 0 test/{utils => test_stream}/role.hpp | 0 test/{utils => test_stream}/stream.hpp | 0 17 files changed, 2 deletions(-) rename test/{utils => test_stream}/allocator.hpp (100%) rename test/{utils => test_stream}/config.hpp (100%) rename test/{utils => test_stream}/empty_value.hpp (100%) rename test/{utils => test_stream}/error.hpp (100%) rename test/{utils => test_stream}/fail_count.hpp (100%) rename test/{utils => test_stream}/flat_buffer.hpp (100%) rename test/{utils => test_stream}/impl/error.hpp (100%) rename test/{utils => test_stream}/impl/error.ipp (100%) rename test/{utils => test_stream}/impl/fail_count.ipp (100%) rename test/{utils => test_stream}/impl/flat_buffer.hpp (100%) rename test/{utils => test_stream}/impl/is_invocable.hpp (100%) rename test/{utils => test_stream}/impl/service_base.hpp (100%) rename test/{utils => test_stream}/impl/stream.hpp (100%) rename test/{utils => test_stream}/impl/stream.ipp (100%) rename test/{utils => test_stream}/role.hpp (100%) rename test/{utils => test_stream}/stream.hpp (100%) diff --git a/include/boost/wintls/detail/config.hpp b/include/boost/wintls/detail/config.hpp index 1bfa8c5c..44c6a89d 100644 --- a/include/boost/wintls/detail/config.hpp +++ b/include/boost/wintls/detail/config.hpp @@ -8,8 +8,6 @@ #ifndef BOOST_WINTLS_DETAIL_CONFIG_HPP #define BOOST_WINTLS_DETAIL_CONFIG_HPP -//#define WINTLS_USE_STANDALONE_ASIO - #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-private-field" diff --git a/test/utils/allocator.hpp b/test/test_stream/allocator.hpp similarity index 100% rename from test/utils/allocator.hpp rename to test/test_stream/allocator.hpp diff --git a/test/utils/config.hpp b/test/test_stream/config.hpp similarity index 100% rename from test/utils/config.hpp rename to test/test_stream/config.hpp diff --git a/test/utils/empty_value.hpp b/test/test_stream/empty_value.hpp similarity index 100% rename from test/utils/empty_value.hpp rename to test/test_stream/empty_value.hpp diff --git a/test/utils/error.hpp b/test/test_stream/error.hpp similarity index 100% rename from test/utils/error.hpp rename to test/test_stream/error.hpp diff --git a/test/utils/fail_count.hpp b/test/test_stream/fail_count.hpp similarity index 100% rename from test/utils/fail_count.hpp rename to test/test_stream/fail_count.hpp diff --git a/test/utils/flat_buffer.hpp b/test/test_stream/flat_buffer.hpp similarity index 100% rename from test/utils/flat_buffer.hpp rename to test/test_stream/flat_buffer.hpp diff --git a/test/utils/impl/error.hpp b/test/test_stream/impl/error.hpp similarity index 100% rename from test/utils/impl/error.hpp rename to test/test_stream/impl/error.hpp diff --git a/test/utils/impl/error.ipp b/test/test_stream/impl/error.ipp similarity index 100% rename from test/utils/impl/error.ipp rename to test/test_stream/impl/error.ipp diff --git a/test/utils/impl/fail_count.ipp b/test/test_stream/impl/fail_count.ipp similarity index 100% rename from test/utils/impl/fail_count.ipp rename to test/test_stream/impl/fail_count.ipp diff --git a/test/utils/impl/flat_buffer.hpp b/test/test_stream/impl/flat_buffer.hpp similarity index 100% rename from test/utils/impl/flat_buffer.hpp rename to test/test_stream/impl/flat_buffer.hpp diff --git a/test/utils/impl/is_invocable.hpp b/test/test_stream/impl/is_invocable.hpp similarity index 100% rename from test/utils/impl/is_invocable.hpp rename to test/test_stream/impl/is_invocable.hpp diff --git a/test/utils/impl/service_base.hpp b/test/test_stream/impl/service_base.hpp similarity index 100% rename from test/utils/impl/service_base.hpp rename to test/test_stream/impl/service_base.hpp diff --git a/test/utils/impl/stream.hpp b/test/test_stream/impl/stream.hpp similarity index 100% rename from test/utils/impl/stream.hpp rename to test/test_stream/impl/stream.hpp diff --git a/test/utils/impl/stream.ipp b/test/test_stream/impl/stream.ipp similarity index 100% rename from test/utils/impl/stream.ipp rename to test/test_stream/impl/stream.ipp diff --git a/test/utils/role.hpp b/test/test_stream/role.hpp similarity index 100% rename from test/utils/role.hpp rename to test/test_stream/role.hpp diff --git a/test/utils/stream.hpp b/test/test_stream/stream.hpp similarity index 100% rename from test/utils/stream.hpp rename to test/test_stream/stream.hpp