aafulei / color-console

A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.
MIT License
258 stars 47 forks source link

linker error: #3

Open TobiasWallner opened 3 years ago

TobiasWallner commented 3 years ago

color-console-error.txt See errors in file.

Not all functions are marked with the keywords inline or constexpr or are templated. As a result if one would include this headder more than twice the linker is going to complain.

fabio1999ita commented 2 years ago

you can add to all function inline, then all works good

image

BehnamGolshani commented 1 year ago

i just added inline to every function but link errors are still there

fabio1999ita commented 1 year ago

i just added inline to every function but link errors are still there

you probably wrong something