1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Explicit using.

This commit is contained in:
Christopher Baker 2013-10-27 18:42:53 -05:00
parent d06b2f94dd
commit 5bcbbfb09c

View File

@ -44,6 +44,7 @@
namespace serial {
using std::size_t;
using std::string;
using std::invalid_argument;