oceanbase/miniob

add oceanbase namespace for observer

Open

#515 opened on 2025年2月28日

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)

説明

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

コントリビューターガイド