Hi folks I was wondering if anyone knows the status of cpp annotations, specifically the ability to tell thrift to use a different container in place of the standard (for example use std::tr1::unordered_set instead of std::set)
I pulled latest code, and compiled AnnotationTest.thrift, assuming I would find references to the specific type refrenced in the cpp annotation, but this does not seem to work (or not yet implemented) $ cd thrift-svn/test $ ../compiler/cpp/thrift --gen cpp AnnotationTest.thrift $ grep DenseFoo gen-cpp/* <<nothing printed>> $ Thanks -Nevo
