Skip to content

nemequ/hedley

NOTE:

1、是在阅读 stackoverflow C++ mark as deprecated # A 时,其中提及了 Hedley

2、nlohmann/json 中使用了它

Brief Description

Hedley is C/C++ a header file designed to smooth over some platform-specific annoyances. The idea is to get rid of a bunch of the #ifdefs in your code and put them in Hedley instead or, if you haven't bothered with platform-specific functionality in your code, to make it easier to do so.

Introduction

NOTE:

1、总结得非常好