oceanbase/miniob

add oceanbase namespace for observer

Open

#515 opened on Feb 28, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)C++ (1,622 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,387 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide