Skip to content

Commit

Permalink
Explicitly remove copy assign operator for CoreConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Raasz, Pawel <[email protected]>
  • Loading branch information
praasz committed Dec 12, 2024
1 parent 99508e5 commit f182198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inference/src/dev/core_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class CoreConfig final {
public:
CoreConfig() = default;
CoreConfig(const CoreConfig& other);
CoreConfig& operator=(const CoreConfig&) = delete;

struct CacheConfig {
std::string _cacheDir;
Expand Down

0 comments on commit f182198

Please sign in to comment.