Skip to content

Commit c4d9b98

Browse files
committed
SIGC_CXX_HAS_SUN_REVERSE_ITERATOR: Add std:: now that I removed the using std.
See https://bugzilla.gnome.org/show_bug.cgi?id=762065#c2
1 parent 37d1706 commit c4d9b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cxx_std.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AC_DEFUN([SIGC_CXX_HAS_SUN_REVERSE_ITERATOR],
1313
[[
1414
#include <iterator>
1515
]],[[
16-
typedef reverse_iterator<char*,random_access_iterator_tag,char,char&,char*,int> ReverseIter;
16+
typedef std::reverse_iterator<char*, std::random_access_iterator_tag, char, char&, char*, int> ReverseIter;
1717
]])],
1818
[sigc_cv_cxx_has_sun_reverse_iterator='yes'],
1919
[sigc_cv_cxx_has_sun_reverse_iterator='no']

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy