From 415596d71167a55c80065380831da454885e1320 Mon Sep 17 00:00:00 2001 From: nicolabertoldi Date: Mon, 5 Oct 2015 10:42:19 +0200 Subject: disable unused function problematic for compilation without cxx11 --- phrase-extract/ScoreFeatureTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phrase-extract') diff --git a/phrase-extract/ScoreFeatureTest.cpp b/phrase-extract/ScoreFeatureTest.cpp index 9537b970f..60d931438 100644 --- a/phrase-extract/ScoreFeatureTest.cpp +++ b/phrase-extract/ScoreFeatureTest.cpp @@ -83,6 +83,7 @@ static void checkDomainConfigured( BOOST_CHECK(manager.includeSentenceId()); } +/* template T adder(T v) { @@ -94,6 +95,7 @@ T adder(T first, Args... args) { return first + adder(args...); } +*/ BOOST_AUTO_TEST_CASE(manager_config_domain) { -- cgit v1.2.3