add comment for future work on making fdstream more portable /Jeroen Vermeulen

This commit is contained in:
Hieu Hoang 2013-11-15 11:56:00 +00:00
parent 94bf2733fe
commit d6d0877ea3

View File

@ -1,7 +1,12 @@
/*
* This class creates c++ like stream from file descriptor
* It uses gcc-specific functions, therefore is not portable
*
* Jeroen Vermeulen reckons that it can be replaced with Boost's io::stream_buffer
*
*/
#ifndef _FDSTREAM_
#define _FDSTREAM_