bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.68k stars 318 forks source link

Fix a compile issue: bslmf_Tag should be bslmf::Tag #228

Closed yujiezha closed 7 years ago

yujiezha commented 7 years ago

Got a compile error, and thought bslmf_Tag had been changed to bslmf::Tag in /groups/bsl/bslmf/bslmf_memberfunctionpointertraits.h

Compiled after the change, unit tests run failed 25, but I guess those should not be related to this change.

abeels commented 7 years ago

Incorporated in 6bd284f2589ad10e3b99b55c40a34c43807d3fbc.