0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Minor doc cleanup

This commit is contained in:
Roland Bock 2013-08-19 08:10:11 +02:00
parent f39582082b
commit 7f77a424e3

View File

@ -81,8 +81,8 @@ Requirements:
__Compiler:__
sqlpp11 makes heavy use of C++11 and requires a recent compiler and STL. The following compilers are known to compile the test programs:
* clang-3.2 on Ubuntu-12.4
* g++-4.8 on Ubuntu-12.4
* clang-3.2 on Ubuntu-12.4
* g++-4.8 on Ubuntu-12.4
__Database Connector:__
sqlpp11 requires a certain api in order to connect with the database, see database/api.h.