mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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
This commit is contained in:
parent
37b8b541e8
commit
ccf0557869
@ -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 <algorithm>
|
||||
int count()
|
||||
{
|
||||
char a[] = "hello";
|
||||
return std::count(a, a+5, 'l');
|
||||
}
|
||||
'''),
|
||||
('getcwd', 'HAVE_GETCWD', None),
|
||||
('setenv', 'HAVE_SETENV', None),
|
||||
('putenv', 'HAVE_PUTENV', None),
|
||||
|
Loading…
Reference in New Issue
Block a user