mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
usec ClangCL instead of MVC
This commit is contained in:
parent
ee5c92ff16
commit
4f66d198b9
2 changed files with 2 additions and 3 deletions
|
@ -13,8 +13,7 @@ namespace greeter {
|
|||
* @brief A class for saying hello in multiple languages
|
||||
*/
|
||||
class GREETER_EXPORT Greeter {
|
||||
protected:
|
||||
std::string GREETER_EXPORT name;
|
||||
std::string name;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue