Code Monkey home page Code Monkey logo

Comments (2)

nyh avatar nyh commented on June 3, 2024

On Tue, Apr 28, 2015 at 3:24 PM, Markus Elfring [email protected]
wrote:

I would like to point out that identifiers like "_APP_TEMPLATE_HH
https://github.com/cloudius-systems/seastar/blob/5bc8d7cfadb78caf37b47e1bd351852c52de04d1/core/app-template.hh#L21"
and "_MEMCACHED_HH
https://github.com/cloudius-systems/seastar/blob/5bc8d7cfadb78caf37b47e1bd351852c52de04d1/apps/memcached/memcached.hh#L18"
do not fit
https://www.securecoding.cert.org/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51-CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29
to the expected naming convention of the C++ language standard.
Would you like to adjust your selection for unique names?

My personal preference is just to use "#pragma once", and we do use it in
quite a few header files.

"#pragma once" isn't standard C++, but all the compilers I tried seem to
support it well, and it's (in my opinion) much less ugly and error-prone
than those include guards.

from seastar.

hakuch avatar hakuch commented on June 3, 2024

This is fixed as of 61c905c.

from seastar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.