crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
398 stars 141 forks source link

Added std:: scope resolution operator to strerror() calls. #90

Closed mcsauder closed 6 years ago

mcsauder commented 6 years ago

This PR simply adds std:: scope resolution to all strerror() method calls. The goal of this PR is to remedy Build issues #89 .

-Mark