File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
#ifdef SIGC_MSC
35
35
/*
36
- * MS VC7 Warning 4251 says that the classes to any member objects in an
36
+ * Visual C++ Warning C4251 says that the classes to any member objects in an
37
37
* exported class must also be exported. Some of the libsigc++
38
38
* template classes contain std::list members. MS KB article 168958 says
39
39
* that it's not possible to export a std::list instantiation due to some
Original file line number Diff line number Diff line change 33
33
34
34
#ifdef SIGC_MSC
35
35
/*
36
- * MS VC7 Warning 4251 says that the classes to any member objects in an
36
+ * Visual C++ Warning C4251 says that the classes to any member objects in an
37
37
* exported class must also be exported. Some of the libsigc++
38
38
* template classes contain std::list members. MS KB article 168958 says
39
39
* that it's not possible to export a std::list instantiation due to some
Original file line number Diff line number Diff line change 36
36
37
37
#ifdef SIGC_MSC
38
38
/*
39
- * MS VC7 Warning 4251 says that the classes to any member objects in an
39
+ * Visual C++ Warning C4251 says that the classes to any member objects in an
40
40
* exported class must also be exported. Some of the libsigc++
41
41
* template classes contain std::list members. MS KB article 168958 says
42
42
* that it's not possible to export a std::list instantiation due to some
You can’t perform that action at this time.
0 commit comments