Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Conform to std::pointer_traits requirements #32
Conversation
igaztanaga
merged commit 46a1364
into boostorg:develop
Jan 19, 2017
|
Many thanks for the patch, great compatibility trick. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
treh commentedJan 13, 2017
•
edited
offset_ptr<T, ...>::rebind must be offset_ptr<U, ...> directly
to avoid breaking older pointer_traits implementations (like in Visual Studio 2015),
'other' is added as typedef so offset_ptr<T, ...>::rebind< U >::other still works