Skip to content
  • Ken A. Redergård's avatar
    Support compilation with VS 15 2017 (#118) · 46876ba8
    Ken A. Redergård authored
    Compiling pc-ble-driver with Visual Studio 15 2017 was not possible:
    
    * The  Microsoft proprietary std::_USE is not defined anymore.
    In VS 15 2017 the C++ Standard Libraryi std::use_facet shall be used.
    
    There was UTF-8 encoding problem in stdstring.h comments. This is now fixed.
    46876ba8