1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <cmajor/symbols/Operation.hpp>
 7 
 8 namespace cmajor { namespace symbols {
 9 
10 Operation::~Operation()
11 {
12 }
13 
14 } } // namespace cmajor::symbols