Lê Tiến Dũng

Results 2 issues of Lê Tiến Dũng

I'm newbie, when i start the application it got error. This is my main.cc `#include int main() { drogon::app().setLogLevel(trantor::Logger::kTrace); try { drogon::app().addListener("127.0.0.1", 2201); drogon::app().run(); } catch (const std::exception& e) {...

## Description closes [#6589](https://github.com/NVIDIA/cccl/issues/6589) - Port all 15 test structs from complex.cu to catch2_test_complex.cu - Fix mistake in ComplexMemberOperators: change b_thrust vs b_thrust comparison to b_thrust vs b_std (line 385...