Skip to content

Commit 9872933

Browse files
fanc999-1kjellahl
authored andcommitted
sigc++config.h.*: Update comment on MSVC warning C4251
This still applies here today, sadly, so make the comment clearer.
1 parent 9a13d9a commit 9872933

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sigc++config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#ifdef SIGC_MSC
3535
/*
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
3737
* exported class must also be exported. Some of the libsigc++
3838
* template classes contain std::list members. MS KB article 168958 says
3939
* that it's not possible to export a std::list instantiation due to some

sigc++config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#ifdef SIGC_MSC
3535
/*
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
3737
* exported class must also be exported. Some of the libsigc++
3838
* template classes contain std::list members. MS KB article 168958 says
3939
* that it's not possible to export a std::list instantiation due to some

sigc++config.h.meson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#ifdef SIGC_MSC
3838
/*
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
4040
* exported class must also be exported. Some of the libsigc++
4141
* template classes contain std::list members. MS KB article 168958 says
4242
* that it's not possible to export a std::list instantiation due to some

0 commit comments

Comments
 (0)