From 56291fafe4e2decbb8ea8d060711e0c5a13d56ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 29 Dec 2021 14:01:18 +0100 Subject: [PATCH] Make file names shorter due to MinGW problems --- ...{has_member_function_callable_with.cpp => callable_with.cpp} | 0 ...lable_with_no_decltype.cpp => callable_with_no_decltype.cpp} | 2 +- ...lable_with_no_variadic.cpp => callable_with_no_variadic.cpp} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{has_member_function_callable_with.cpp => callable_with.cpp} (100%) rename test/{has_member_function_callable_with_no_decltype.cpp => callable_with_no_decltype.cpp} (74%) rename test/{has_member_function_callable_with_no_variadic.cpp => callable_with_no_variadic.cpp} (76%) diff --git a/test/has_member_function_callable_with.cpp b/test/callable_with.cpp similarity index 100% rename from test/has_member_function_callable_with.cpp rename to test/callable_with.cpp diff --git a/test/has_member_function_callable_with_no_decltype.cpp b/test/callable_with_no_decltype.cpp similarity index 74% rename from test/has_member_function_callable_with_no_decltype.cpp rename to test/callable_with_no_decltype.cpp index 98037ba..fad5fa0 100644 --- a/test/has_member_function_callable_with_no_decltype.cpp +++ b/test/callable_with_no_decltype.cpp @@ -2,7 +2,7 @@ #ifndef BOOST_NO_CXX11_DECLTYPE # define BOOST_NO_CXX11_DECLTYPE -# include "has_member_function_callable_with.cpp" +# include "callable_with.cpp" #else int main() { diff --git a/test/has_member_function_callable_with_no_variadic.cpp b/test/callable_with_no_variadic.cpp similarity index 76% rename from test/has_member_function_callable_with_no_variadic.cpp rename to test/callable_with_no_variadic.cpp index 1be7832..6c8a125 100644 --- a/test/has_member_function_callable_with_no_variadic.cpp +++ b/test/callable_with_no_variadic.cpp @@ -2,7 +2,7 @@ #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES # define BOOST_NO_CXX11_VARIADIC_TEMPLATES -# include "has_member_function_callable_with.cpp" +# include "callable_with.cpp" #else int main() {