bun icon indicating copy to clipboard operation
bun copied to clipboard

Don't use reserved identifiers

Open djarek opened this issue 6 years ago • 1 comments

Identifiers with double underscores (__foo) or underscore followed by a capital letter (_Foo) are reserved by the implementation, so should not be defined by libraries. https://github.com/BrainlessLabs/bun/blob/master/include/blib/bun/impl/DbBackend.hpp#L25

djarek avatar Jan 31 '19 18:01 djarek

Okay. Will be changing it to something more relevant.

sp-mishra avatar Feb 07 '19 17:02 sp-mishra