p-ranav / indicators

Activity Indicators for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TERMCOLOR_HPP_ define twice?

picturetxl opened this issue · comments

commented

Why do you need to define TERMCOLOR_HPP_ twice in the header file in single_include, they are located on line 15 and line 667, which puzzles me

We don't. This is caused by the amalgamate script that generates the single include version of indicators. It shows that <termcolor.hpp> is redundantly included in a few places in the code. Will fix shortly.