oceanbase/miniob

add oceanbase namespace for observer

Open

#515 aperta il 28 feb 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)C++ (1622 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4387 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Enhancement currently we have add oceanbase namespace for src/oblsm. we also need to add namespace for src/observer, for example:

namespace oceanbase {

class Foo {};
}

ref: https://en.cppreference.com/w/cpp/language/namespace

Guida contributor