move icon indicating copy to clipboard operation
move copied to clipboard

Boost.org move module

Results 3 move issues
Sort by recently updated
recently updated
newest added

This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...

I found MSVC warning settings set in `config_begin.hpp` are not actually restored in `config_end.hpp`. Manually adding `#pragma warning(push)` and `#pragma warning(pop)` in `` resolved my problem. It is possible that...

Errors when cross-compiling on a case-sensitive fs (mingw) Will make no difference on windows where the fs is case-insensitive /cc @igaztanaga