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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user