chore: use =default for default constructors/destructors (#29511)

This commit is contained in:
David Sanders
2021-06-03 21:16:13 -07:00
committed by GitHub
parent b1d1ac6524
commit 81c5da5221
44 changed files with 68 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ namespace api {
namespace context_bridge {
ObjectCache::ObjectCache() {}
ObjectCache::ObjectCache() = default;
ObjectCache::~ObjectCache() = default;
void ObjectCache::CacheProxiedObject(v8::Local<v8::Value> from,