KiCad PCB EDA Suite
|
Before Boost 1.64, nullptr_t wasn't handled. More...
Classes | |
struct | print_log_value< LIB_FIELD > |
struct | print_log_value< SEXPR::SEXPR > |
Boost print helper for SEXPR objects. More... | |
struct | print_log_value< SHAPE_LINE_CHAIN > |
struct | print_log_value< std::nullptr_t > |
struct | print_log_value< std::vector< LIB_FIELD > > |
struct | print_log_value< std::vector< T > > |
Boost print helper for generic vectors. More... | |
struct | print_log_value< wxImage > |
struct | print_log_value< wxPoint > |
Boost print helper for wxPoint. More... | |
Before Boost 1.64, nullptr_t wasn't handled.
Provide our own logging for nullptr_t's, which helps when doing BOOST_CHECK/REQUIRES on pointers.
This can be removed when our minimum boost version is 1.64 or higher.