mirror of
https://github.com/oatpp/oatpp.git
synced 2025-03-31 18:30:22 +08:00
removed constexpr for ListMap type name
This commit is contained in:
parent
fe4232ff0f
commit
69e2ee9f96
@ -23,3 +23,11 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "ListMap.hpp"
|
||||
|
||||
namespace oatpp { namespace data { namespace mapping { namespace type {
|
||||
|
||||
namespace __class {
|
||||
const char* const AbstractListMap::CLASS_NAME = "ListMap";
|
||||
}
|
||||
|
||||
}}}}
|
||||
|
@ -34,7 +34,7 @@ namespace __class {
|
||||
|
||||
class AbstractListMap {
|
||||
public:
|
||||
constexpr static const char* const CLASS_NAME = "ListMap";
|
||||
static const char* const CLASS_NAME;
|
||||
};
|
||||
|
||||
template<class Key, class Value>
|
||||
|
Loading…
x
Reference in New Issue
Block a user