achille-roussel / nanomsgxx

Nanomsg binding for C++11
MIT License
114 stars 35 forks source link

Remove checks for libc++ in order to support c++11 features with non-libc++ stdlib implementations. #17

Closed liamuk closed 6 years ago

liamuk commented 6 years ago

This change makes c++11 support required.

see https://github.com/achille-roussel/nanomsgxx/issues/16