Skip to content

Commit

Permalink
Generated single header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Mar 21, 2021
1 parent 8bf82a3 commit 1576b26
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions single_header/boost/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:25.783748
* Generated: 2021-03-21 11:36:29.705658
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/catch/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:25.865246
* Generated: 2021-03-21 11:36:29.821157
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/cute/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:25.944745
* Generated: 2021-03-21 11:36:29.931158
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/gtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.024747
* Generated: 2021-03-21 11:36:30.039657
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/mettle/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.106246
* Generated: 2021-03-21 11:36:30.143656
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -986,7 +986,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/mstest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.194745
* Generated: 2021-03-21 11:36:30.245656
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/nunit/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.272745
* Generated: 2021-03-21 11:36:30.352157
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/qtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.350745
* Generated: 2021-03-21 11:36:30.453657
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/standalone/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.429244
* Generated: 2021-03-21 11:36:30.552658
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -986,7 +986,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down
4 changes: 2 additions & 2 deletions single_header/tpunit/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2021-03-20 16:12:26.508746
* Generated: 2021-03-21 11:36:30.663658
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ namespace fakeit {


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down

0 comments on commit 1576b26

Please sign in to comment.