mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +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.