File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
111
111
[
112
112
sigcm_cxx_self_reference_in_member_initialization=yes
113
113
AC_DEFINE ( [ SIGC_SELF_REFERENCE_IN_MEMBER_INITIALIZATION] ,[ 1] ,
114
- [ does c ++ compiler allows usage of member function in initialization of static member field.] )
114
+ [ does the C ++ compiler allow usage of member function in initialization of static member field.] )
115
115
] ,[
116
116
sigcm_cxx_self_reference_in_member_initialization=no
117
117
] )
Original file line number Diff line number Diff line change 32
32
#ifdef SIGC_MSC
33
33
/*
34
34
* MS VC7 Warning 4251 says that the classes to any member objects in an
35
- * exported class must be also be exported. Some of the libsigc++
35
+ * exported class must also be exported. Some of the libsigc++
36
36
* template classes contain std::list members. MS KB article 168958 says
37
37
* that it's not possible to export a std::list instantiation due to some
38
38
* wacky class nesting issues, so our only options are to ignore the
69
69
calling operator() template methods omitting the template keyword. */
70
70
# undef SIGC_MSVC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
71
71
72
- /* does c ++ compiler allows usage of member function in initialization of
72
+ /* does the C ++ compiler allow usage of member function in initialization of
73
73
static member field. */
74
74
# undef SIGC_SELF_REFERENCE_IN_MEMBER_INITIALIZATION
75
75
You can’t perform that action at this time.
0 commit comments