On quinta-feira, 12 de janeiro de 2017 18:35:33 PST Finch, Mike - Michael wrote: > I submitted a fix to comment out in Darwin. I am capable of deleting > entirely. I need a hint on where to look to replace it with an alternate > function. I think deleting is safe, but not certain. Any guidance is > appreciated.
Delete entirely. std::_Bit_reference is an internal class that exists only in GCC's libstdc++ implementation. But the point is that it's internal: it MUST NOT be used. At least, not by THAT name -- std::vector<bool>::reference is fine. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
