Setup visibility handling for librotgen components
See merge request oss/rotgen!13
This commit is contained in:
parent
cae9d2cfa6
commit
70b6770389
11 changed files with 71 additions and 27 deletions
|
|
@ -7,10 +7,11 @@
|
|||
*/
|
||||
//==================================================================================================
|
||||
#include <rotgen/config.hpp>
|
||||
#include <rotgen/common/export.hpp>
|
||||
|
||||
namespace rotgen::detail
|
||||
{
|
||||
std::ostream& dynamic_info(std::ostream& os)
|
||||
ROTGEN_EXPORT std::ostream& dynamic_info(std::ostream& os)
|
||||
{
|
||||
if constexpr(rotgen::is_forcing_dynamic_status) return os << "[ROTGEN] - Fully Dynamic mode" << std::endl;
|
||||
else return os << "[ROTGEN] - Flexible mode with" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue