summaryrefslogtreecommitdiff
path: root/comphelper/Module_comphelper.mk
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-09-25 22:09:56 -0400
committerMichael Stahl <mstahl@redhat.com>2015-10-06 19:29:43 +0000
commit6ca355d281133c1e0e54df4e4710a4e99bc38c17 (patch)
treee704d05e13f8122e44a360c8ef6cb7bba2307323 /comphelper/Module_comphelper.mk
parent43d35f56efc0a4b79909dc9fbd7b0483204b6f1a (diff)
tdf#94228 comphelper: replace BOOST_PP
Replace BOOST_PP macros in comphelper with variadic templates. The client interface should not change. However, there are a few side effects due to this change. The most important being 1) There is no longer a maximum number of service declarations limmited by default at 12 for unwrapArgs and component_getFactoryHelper. 2) component_getFactoryHelper now terminates early as soon as pRet is not a null pointer. Change-Id: I016fd208d0e80f91d8669fff29d58b6189e946d3 Reviewed-on: https://gerrit.libreoffice.org/18891 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'comphelper/Module_comphelper.mk')
-rw-r--r--comphelper/Module_comphelper.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk
index 75d7c2adb761..acd50c6827be 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
$(eval $(call gb_Module_add_check_targets,comphelper,\
CppunitTest_comphelper_syntaxhighlight_test \
+ CppunitTest_comphelper_variadictemplates_test \
CppunitTest_comphelper_test \
))