#ifndef boost #if __cplusplus < 201703L #include using boost::optional; #else #include using std::optional; #endif #endif