Skip to content

Commit

Permalink
Fixup previous fix, the definition of versions_supported needs to exi…
Browse files Browse the repository at this point in the history
…st on non-windows.
  • Loading branch information
ras0219-msft committed Feb 3, 2016
1 parent d71191e commit 8e3e041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Release/libs/websocketpp/websocketpp/connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ typedef lib::function<void(lib::error_code const & ec)> write_frame_handler;
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable : 4592)
#endif
static std::vector<int> const versions_supported = {0,7,8,13};
#if defined(_MSC_VER)
#pragma warning(pop)
#endif
#else
Expand Down

0 comments on commit 8e3e041

Please sign in to comment.