Just include the file after adding it to the include path.
```cpp
#include<toml11/toml.hpp>// that's all! now you can use it.
#include<toml.hpp>// that's all! now you can use it.
#include<iostream>
intmain()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.