diff options
Diffstat (limited to 'c++11/README')
-rw-r--r-- | c++11/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++11/README b/c++11/README index 72ed07e..7a9829d 100644 --- a/c++11/README +++ b/c++11/README @@ -27,12 +27,12 @@ employee.sql These files are generated by the ODB compiler from employee.hxx using the following command line: - odb -d <database> -std c++11 --generate-schema --generate-query employee.hxx + odb -d <database> --std c++11 --generate-schema --generate-query employee.hxx Where <database> stands for the database system we are using, for example, 'mysql'. - The -std c++11 option is used to instruct the ODB compiler to compile in + The --std c++11 option is used to instruct the ODB compiler to compile in the C++11 mode. database.hxx |