This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Comparison made explicit.
main
offa
6 years ago
parent
14a838f9a2
commit
9ab26d351c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
test/TestMain.cpp
+ 1
- 1
test/TestMain.cpp
View File
@@ -32,7 +32,7 @@ namespace trompeloeil
{
std::ostringstream os;
if( line )
if( line
!= 0
)
{
os << file << ':' << line << '\n';
}
Write
Preview
Loading…
Cancel
Save