2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-01-19 04:22:12 +00:00
Files
nowide/config/Jamfile.v2
Alexander Grund 4ac0ca57b1 Refactor iostream and test
- 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
2021-04-23 15:03:38 +02:00

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 ;