mirror of
https://github.com/boostorg/core.git
synced 2026-07-04 23:51:00 +02:00
45bd9bf69b
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.