X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2Fconfig.hh;h=b076e207bc5d9c689dba650da34d1590e1592036;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=1c6122fced330308076c03c079d5ca00f770ff83;hpb=1fbaa427fb92ce542ef776881f950f0e9d67c982;p=senf.git diff --git a/senf/config.hh b/senf/config.hh index 1c6122f..b076e20 100644 --- a/senf/config.hh +++ b/senf/config.hh @@ -43,17 +43,18 @@ namespace config { # include "local_config.hh" # # ifndef SENF_ABSOLUTE_INCLUDE_PATH -# define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) +# define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) \ + # endif # # ifndef SENF_copy_n # ifdef HAVE_GNUCXX_COPYN # include -# define SENF_copy_n __gnu_cxx::copy_n + namespace senf { namespace config { using __gnu_cxx::copy_n; }} # endif # ifdef HAVE_STD_COPYN # include -# define SENF_copy_n std::copy_n + namespace senf { namespace config { using std::copy_n; }} # endif # endif # @@ -61,7 +62,9 @@ namespace config { # define SENF_MPL_RV_ALIGNMENT 16 # endif # -# if !defined(SENF_BUFFER_USE_LOCALS) && !defined(SENF_BUFFER_USE_ALLOCA) && !defined(SENF_BUFFER_USE_NEW) +# if !defined(SENF_BUFFER_USE_LOCALS) \ + && !defined(SENF_BUFFER_USE_ALLOCA) \ + && !defined(SENF_BUFFER_USE_NEW) # define SENF_BUFFER_USE_NEW 1 # endif #