mirror of
https://github.com/boostorg/intrusive.git
synced 2025-07-30 20:47:36 +02:00
Make file names shorter due to MinGW problems
This commit is contained in:
@ -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()
|
||||||
{
|
{
|
@ -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()
|
||||||
{
|
{
|
Reference in New Issue
Block a user