2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 00:42:53 +00:00

Refactor file structure to not conflict with mysql

Now all includes live within boost
Corrected convention for .hpp and .ipp
Corrected convention for impl/detail
Now detail is split into auth/aux/protocol/network_algorithms
This commit is contained in:
ruben
2020-03-17 12:14:55 +00:00
parent 0b076b541d
commit dafe0fa1d4
79 changed files with 245 additions and 241 deletions

View File

@@ -6,7 +6,7 @@
*/
#include <gtest/gtest.h>
#include "mysql/error.hpp"
#include "boost/mysql/error.hpp"
using namespace testing;
using mysql::Error;