Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 29, 2024
1 parent 23dc762 commit 4532201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/include/kvikio/shim/libcurl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class CurlHandle {
* @returns A `kvikio::CurlHandle` instance ready to be used.
*/
#define create_curl_handle() \
kvikio::CurlHandle(kvikio::LibCurl::instance().get_handle(), __FILE__, KVIKIO_STRINGIFY(__LINE__))
kvikio::CurlHandle( \
kvikio::LibCurl::instance().get_handle(), __FILE__ "hej", KVIKIO_STRINGIFY(__LINE__))

} // namespace kvikio

0 comments on commit 4532201

Please sign in to comment.