提交 6b2862fe 编写于 作者: J jp9000

Revert "libobs/util: Add index operator to BPtr"

This reverts commit 7224e8d3.

This change was unnecessary due to the fact that indexing is already
performed automatically via the cast operator.
上级 5af1a2b5
......@@ -46,8 +46,6 @@ public:
inline bool operator!() {return ptr == NULL;}
inline bool operator==(T p) {return ptr == p;}
inline bool operator!=(T p) {return ptr != p;}
inline T operator[](size_t idx) const {return ptr[idx];}
};
class ConfigFile {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册