summary refs log tree commit diff
path: root/src/Common/Pure.hpp
blob: e6e4f19d10c78a76a0c352949f08d9db8a0152c7 (plain)
1
2
3
4
#pragma once

// Shorter and slightly nicer way to write [[nodiscard]].
#define PURE [[nodiscard]]