Newer
Older
#include "MantidKernel/PropertyWithValue.h"
/// @cond
#define INSTANTIATE(Type) \
template DLLExport class PropertyWithValue<Type>; \
template DLLExport class PropertyWithValue<std::vector<Type>>;
INSTANTIATE(int32_t)
INSTANTIATE(int64_t)
INSTANTIATE(uint16_t)
INSTANTIATE(uint32_t)
INSTANTIATE(uint64_t)
INSTANTIATE(double)
INSTANTIATE(std::string)
} // namespace Mantid