Samat Gaynutdinov
Samat Gaynutdinov
There's no such option for that yet
Add constructor for triangle: ```cpp Triangle::Triangle(std::initializer_list points) { std::vector p(points); vertex[0] = p[0]; vertex[1] = p[1]; vertex[2] = p[2]; } ```
`createNewDirForFile` has not been touched in [issue-52](https://github.com/UnitTestBot/UTBotCpp/issues/52)
## Union error --- ### Logs ``` /home/utbot/coreutils/tests/gnulib/lib/exclude_dot_c_test.cpp:684:59: error: expected unqualified-id .v = from_bytes({0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
## Struct redefinition error --- ### Logs ``` /home/utbot/coreutils/tests/gnulib/lib/exclude_dot_c_test.cpp:677:20: error: redefinition of 'ex' struct exclude ex = { ^ /home/utbot/coreutils/tests/gnulib/lib/exclude_dot_c_test.cpp:673:20: note: previous definition is here struct exclude ex = {...