fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

reserved identifier violation #2

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that identifiers like "_DICT_HH" and "_REDIS_HH" do eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

fastio commented 8 years ago

Thank for your advise, and I take it.

elfring commented 8 years ago

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