mirror of
https://github.com/boostorg/nowide.git
synced 2026-01-19 04:22:12 +00:00
- Init cin/cout/clog as early as possible using compiler specific attributes - Set unitbuf for cerr as required by standard - Move the streambuf out into own header and make the read/write function (to console) mockable - Split test into small, named functions
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
obj attribute_init_priority : check_attribute_init_priority.cpp ;
|
|
explicit attribute_init_priority ;
|
|
|
|
obj cxx11_moveable_fstreams : check_movable_fstreams.cpp ;
|
|
explicit cxx11_moveable_fstreams ;
|
|
|
|
exe lfs_support : check_lfs_support.cpp ;
|
|
explicit lfs_support ;
|