fsmoke

Results 6 issues of fsmoke

### Actual behavior Code not compiles on msvc 16.9.1 see piece of build log below ``` 1> d:\libraries\boost_1_75_0\boost\gil\io\get_reader.hpp(160,62): error C2039: 'type': is not a member of 'boost::gil::get_read_device' 1> with 1>...

I want use wasi-sdk as backend c++ compiler/std-libraries to build my little library. Emscripten it seems too huge and highweight for my tasks. So I need just build library as...

My suggestion - add routins for enumeration shared libraries already loaded by current process For example we have host app 1) host.exe(or just bin on nix) 2) host.exe dynamically loads...

enhancement

We have big product with dozens projects inside. Many of these projects use common headers, but we can't use boost json inside of theese headers, cos many developers will be...

I am trying write custom io extension - and i need get size to the end of device(stream or file no matter) I already wrote all classes and tags for...

How to write tag_invoke for uuid? - it seems boost.json represents uuid as something like vector, so build failed Code: ``` // uuid argument inline ::boost::uuids::uuid tag_invoke(boost::json::value_to_tag, boost::json::value const &...