Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 608 Bytes

IP Address Proposal

Proposed IP addresses classes for the standard C++ library.

What's Included

  • ./doc - Proposed text using Boost.Quickbook format.
  • ./include - Reference implementation.
  • ./tests - Unit tests for reference implementation.

Tested Platforms

  • Mac OS 10.8 using g++ 4.7 (requires -std=c++11)
  • Mac OS 10.8 using clang++ from Xcode 4.6 (requires -std=c++11 and -stdlib=libc++)
  • Linux (CentOS 6.2) using g++ 4.7 (requires -std=c++11)
  • Windows 7 32-bit using Visual Studio 2010
  • Windows 7 x64 using Visual Studio 2010