diff options
author | Douglas Gregor <doug.gregor@gmail.com> | 2003-12-03 01:22:02 +0000 |
---|---|---|
committer | Douglas Gregor <doug.gregor@gmail.com> | 2003-12-03 01:22:02 +0000 |
commit | 8ef8e20409caee125d57a5fc826670ce14fe7186 (patch) | |
tree | e3fbd5d4ffef0afb81c272516ee065c22485aae7 /status | |
parent | bfa48e677d6bdc9f0383939c5d470126e7613ab7 (diff) | |
download | boost-8ef8e20409caee125d57a5fc826670ce14fe7186.tar.gz |
Note compiler bugs affecting array library tests
[SVN r21096]
Diffstat (limited to 'status')
-rw-r--r-- | status/win32-notes-map.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/status/win32-notes-map.txt b/status/win32-notes-map.txt index adbc34a979..c7eb338e33 100644 --- a/status/win32-notes-map.txt +++ b/status/win32-notes-map.txt @@ -19,6 +19,8 @@ // Borland +borland/array/array3,3 +borland/array/array4,3 borland/random/random_test,2 borland/function/function_arith_cxx98,3 borland/function/function_ref_cxx98,3 @@ -64,6 +66,8 @@ intel-win32/regex/*,10 // VC++ 6.0 +msvc/array/array3,3 +msvc/array/array4,3 msvc/random/*,10 msvc/function/allocator_test,5 msvc/function/function_arith_cxx98,3 @@ -78,6 +82,8 @@ msvc/signals/signal_test,3 // VC++ 7.0 +vc7/array/array3,3 +vc7/array/array4,3 vc7/random/*,10 vc7/thread/test_mutex,0 vc7/thread/test_mutex,6 |