File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- MIT License
1+ #### MIT License
22
3- Copyright (c) 2024 Jakub Musiał
4- Project: "CPP-GL: General purpose header-only template graph library for C++23 and newer standards. "
3+ Copyright (c) 2024-2026 Jakub Musiał
4+ Project: "CPP-GL: General- purpose Template Graph and Hypergraph Library for Modern C++"
55https://github.com/SpectraL519/cpp-gl
66
77Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ target_link_libraries(my_project PRIVATE cpp-gl)
108108
109109## Licence
110110
111- The ` CPP-GL ` project uses the [ MIT Licence] ( https://mit-license.org/ ) which can be found in the [ LICENCE] ( / LICENSE) file
111+ The ` CPP-GL ` project uses the [ MIT Licence] ( https://mit-license.org/ ) which can be found in the [ LICENCE] ( LICENSE.md#mit-licence ) file
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ namespace gl {
1515
1616// / @ingroup GL GL-Core
1717// / @brief A tag struct representing no user-defined properties.
18+ // /
19+ // / > [!IMPORTANT]
20+ // / > - This type is used as a default `properties_type` for graph components that do not require any user-defined data.
21+ // / > - It serves as a marker to indicate that the component is "property-less" and can be optimized accordingly.
1822struct empty_properties {};
1923
2024// / @ingroup GL GL-Core
You can’t perform that action at this time.
0 commit comments