KiCad PCB EDA Suite
Loading...
Searching...
No Matches
BOOST_TEST_PRINT_NAMESPACE_OPEN Namespace Reference

Before Boost 1.64, nullptr_t wasn't handled. More...

Classes

struct  print_log_value< SCH_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< SCH_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...
 

Detailed Description

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.