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

Moved all names into namespace boost::mysql

This commit is contained in:
ruben
2020-03-19 17:19:43 +00:00
parent dafe0fa1d4
commit afdc3bfd19
82 changed files with 621 additions and 615 deletions

View File

@@ -9,8 +9,8 @@
#include "boost/mysql/error.hpp"
using namespace testing;
using mysql::Error;
using mysql::detail::error_to_string;
using boost::mysql::Error;
using boost::mysql::detail::error_to_string;
TEST(Error, ErrorToString_Ok_ReturnsOk)
{