Hi, > Hi, > > Revision 172595: > > http://gcc.gnu.org/viewcvs?view=revision&revision=172595 > > added NULL to config/locale/generic/c_locale.h on google/gcc-4_6-branch. > But <cstddef> isn't included, which lead to build failure since NULL isn't > defined. This patch includes <cstddef>. OK for google/gcc-4_6-branch?
If you are interested in my personal opinion, I have of course nothing to do with this branch, I think this code should not simply use NULL. After all, its C++, right? ;) Paolo