Tencent / DCache

A distributed in-memory NOSQL system based on TARS framework, support LRU algorithm and data persists on back-end database. Users can easily deploy, publish, and scale services on the web interface.
Other
747 stars 192 forks source link

reserved identifier violation #3

Closed elfring closed 5 years ago

elfring commented 5 years ago

I would like to point out that identifiers like “__CONFIG_SERVER_H_” and “__DBHANDLE_H__do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

elfring commented 5 years ago

How do you think about to avoid that this software depends on undefined behaviour?