1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-523 std::string can't be SMALL_POLICY in static_any

This commit is contained in:
David Hall
2017-08-04 12:32:30 -05:00
parent 4f555ad8b3
commit a27d29c909
3 changed files with 28 additions and 29 deletions

View File

@ -106,7 +106,6 @@ namespace anyimpl
SMALL_POLICY(float);
SMALL_POLICY(double);
SMALL_POLICY(bool);
SMALL_POLICY(std::string);
#undef SMALL_POLICY