Skip to content

Commit 49d628a

Browse files
authored
Add files via upload
1 parent f4e0cdb commit 49d628a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CppStandards.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/******************************************************************************
22
* \file CppStandards.h
3-
* \version 2025.03.18.01
4-
* \author Peter Potrok
3+
* \version 2025.03.18
4+
* \author Peter Potrok ( @ignackocom )
5+
* ignacko.com@outlook.com
6+
* https://github.com/ignackocom
57
* \copyright Copyright (c) 1994 - 2025
68
* MIT License (see License.txt file)
79
* \brief Cpp Standard definitions
810
* \details
911
*
10-
* \see https://en.wikipedia.org/wiki/C%2B%2B
12+
* \see https://github.com/ignackocom
13+
* https://en.wikipedia.org/wiki/C%2B%2B
1114
* https://en.cppreference.com/w/cpp/preprocessor/replace#Predefined_macros
1215
* https://github.com/cpredef/predef
16+
* and other resources
1317
******************************************************************************/
1418

1519
#ifndef CPPSTANDARDS_H

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 1994-2025 Peter Potrok
3+
Copyright (c) 1994-2025 Peter Potrok ( @ignackocom )
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)