0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00

Fixed function name

This commit is contained in:
rbock 2016-03-22 09:42:08 +01:00
parent cf9ec10ae4
commit 67af04e8f8

View File

@ -111,7 +111,7 @@ namespace
from_dynamic_check<sqlpp::assert_from_not_pre_join_t>(t.join(f));
}
void dynamic_from()
void dynamic_from_add()
{
#warning : need to add tests for dynamic_from(xxx).add(yyy)
}