Make file names shorter due to MinGW problems

This commit is contained in:
Ion Gaztañaga
2021-12-29 14:01:18 +01:00
parent 0e1bdb9f40
commit 56291fafe4
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#ifndef BOOST_NO_CXX11_DECLTYPE #ifndef BOOST_NO_CXX11_DECLTYPE
# define BOOST_NO_CXX11_DECLTYPE # define BOOST_NO_CXX11_DECLTYPE
# include "has_member_function_callable_with.cpp" # include "callable_with.cpp"
#else #else
int main() int main()
{ {

View File

@ -2,7 +2,7 @@
#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
# define BOOST_NO_CXX11_VARIADIC_TEMPLATES # define BOOST_NO_CXX11_VARIADIC_TEMPLATES
# include "has_member_function_callable_with.cpp" # include "callable_with.cpp"
#else #else
int main() int main()
{ {