#pragma once template struct is_same { static const bool value = false; }; template struct is_same { static const bool value = true; };