You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include required header and use from std namespace
This fixes#156 by not depending on indirect inclusion and additionally
uses iswprint from the namespace where C++ requires it to be defined,
instead of where a lot of implementations (also) define it.
Copy file name to clipboardExpand all lines: HISTORY.md
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ None yet
7
7
### Bugfixes
8
8
9
9
* Allow running all GTest cases without filter separation ([#144](https://github.com/cucumber/cucumber-cpp/pull/144) Giel van Schijndel)
10
+
* Fix QNX build by depending on standard C++ instead of specific implementation ([#156](https://github.com/cucumber/cucumber-cpp/issues/156) Giel van Schijndel)
10
11
11
12
## [0.4](https://github.com/cucumber/cucumber-cpp/compare/v0.3.1...v0.4) (31 March 2017)
0 commit comments