Closed haruhi55 closed 6 months ago
several warnings in the building process, some are caused by not well-written cmake,
such as
use of ‘auto’ in parameter declaration only available with ‘-fconcepts’
some are caused by the macros defined in glog clash with those in torchlib.
logging.h:506: warning: "LOG" redefined 94 506 | #define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
several warnings in the building process, some are caused by not well-written cmake,
such as
some are caused by the macros defined in glog clash with those in torchlib.