Kevinlinpr

Results 5 comments of Kevinlinpr

use this config target_include_directories(${PROJECT_NAME} PRIVATE ${Python3_INCLUDE_DIRS}) target_link_libraries(${PROJECT_NAME} ${Python3_LIBRARIES})

@Hinton @alistair23 @BestPig https://lemurbrowser.com/beta/

@uhle But you should know that the protected destructor is never and ever facing the resource leak problem, for example you can provide the protected destructor when you want others...

> ``` > /// Fill in a set of request headers for a client connection request > /** > * @param [out] req Set of headers to fill in >...