1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

perfect, dynamic libray suppart added

SOVERSION 1 used and requered
except for windoof!
This commit is contained in:
ClausKlein 2021-02-15 09:28:30 +01:00
parent fe76a4416c
commit 0322f4eeed
4 changed files with 13 additions and 11 deletions

View file

@ -13,7 +13,6 @@ namespace greeter {
* @brief A class for saying hello in multiple languages
*/
class GREETER_EXPORT Greeter {
private:
std::string name;
public: