cpp98 topic

List cpp98 repositories

string-view-lite

403
Stars
44
Forks
Watchers

string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library

ring-span-lite

147
Stars
12
Forks
Watchers

ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library

stdex

62
Stars
6
Forks
Watchers

std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads

hazelcast-cpp-client

79
Stars
43
Forks
Watchers

Hazelcast IMDG C++ Client

iutest

65
Stars
6
Forks
Watchers

c++ testing framework

nonstd-lite

81
Stars
4
Forks
Watchers

Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments

Static-Sort

50
Stars
6
Forks
Watchers

A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.

IRC-Server

28
Stars
2
Forks
Watchers

IRC server based on TCP/IP protocol to rfc1459 standard

observer-ptr-lite

36
Stars
6
Forks
Watchers

observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)

optional-bare

20
Stars
2
Forks
Watchers

optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-file header-only library