mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
This avoids the potential ambiguity between boost:: and std:: functions when the user calls data() or size() unqualified and both alternatives are found via ADL. Refs https://github.com/boostorg/core/issues/206.