Просмотр исходного кода

merged changes from branches/iostreams_dev, revisions 42565-42595:

- Simplified implementation with the help to the C-runtime function _get_osfhandle so that on Windows only a single HANDLE is stored and the POSIX-style implementation is never needed; added the handle_type on POSIX systems (typedef for int) and a function returning the underlying handle as an instance of handle_type
- fixed the bug described in ticket Ticket #1551 (stream_buffer::seekpos ignores openmode parameter)
- fixed test/operation_sequence_test.cpp file description

[SVN r42596]
Jonathan Turkanis 18 лет назад
Родитель
Сommit
d38a380de5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/iostreams

+ 1 - 1
libs/iostreams

@@ -1 +1 @@
-Subproject commit 3e02e11442550bd2b426b9e8b0423664d98b8024
+Subproject commit bc7dcedcbdba18f4a9c9646f0fa246b561282eec

粤ICP备19079148号