We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975f08b commit f690ce2Copy full SHA for f690ce2
1 file changed
Common/include/option_structure.hpp
@@ -2232,7 +2232,7 @@ enum class POD_KIND {
2232
STATIC, /*!< \brief Use static SVD for POD basis generation. */
2233
INCREMENTAL, /*!< \brief Use incremental SVD for POD basis generation. */
2234
};
2235
-static const MapType<string, POD_KIND> POD_Map = {
+static const MapType<std::string, POD_KIND> POD_Map = {
2236
MakePair("STATIC_POD", POD_KIND::STATIC)
2237
MakePair("INCREMENTAL_POD", POD_KIND::INCREMENTAL)
2238
0 commit comments