| Crates.io | boost_compat |
| lib.rs | boost_compat |
| version | 0.1.0 |
| created_at | 2025-08-30 04:00:22.389406+00 |
| updated_at | 2025-08-30 04:00:22.389406+00 |
| description | Boost C++ library boost_compat packaged using Zanbil |
| homepage | |
| repository | https://github.com/zanbilify/boost_compat |
| max_upload_size | |
| id | 1817246 |
| size | 454,118 |
Boost.Compat is a repository of C++11 implementations of standard components added in later C++ standards. Its target audience is Boost library authors whose libraries support a lower C++ standard, but wish to utilize a component added in a subsequent one.
The criteria for inclusion in Boost.Compat are as follows:
using declaration in case the standard component is
available.boost::compat
type; the use of Compat types should be confined to library
implementations.