2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +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

@@ -1,5 +1,5 @@
#include "mysql/connection.hpp"
#include "boost/mysql/connection.hpp"
#include <boost/asio/io_service.hpp>
#include <boost/system/system_error.hpp>
#include <boost/asio/coroutine.hpp>