Line Code
1 2 3 4 5 6 7 8
#ifndef GENERS_CPP11_CONFIG_HH_
#define GENERS_CPP11_CONFIG_HH_

#ifndef CPP11_STD_AVAILABLE
#define CPP11_STD_AVAILABLE
#endif

#endif  // GENERS_CPP11_CONFIG_HH_