From ccf0557869987047f002b31328346b28166bd975 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 13 Aug 2007 07:25:40 +0000 Subject: [PATCH] std::count is now assumed to exist, remove the check for it git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19496 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 8 -------- 1 file changed, 8 deletions(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 4684f7d7d6..568af6cc96 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -945,14 +945,6 @@ result = utils.createConfigFile(conf, ('mktemp', 'HAVE_MKTEMP', None), ('mkstemp', 'HAVE_MKSTEMP', None), ('strerror', 'HAVE_STRERROR', None), - ('count', 'HAVE_STD_COUNT', ''' -#include -int count() -{ -char a[] = "hello"; -return std::count(a, a+5, 'l'); -} -'''), ('getcwd', 'HAVE_GETCWD', None), ('setenv', 'HAVE_SETENV', None), ('putenv', 'HAVE_PUTENV', None), -- 2.39.2