This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
cppzmq
Watch
1
Star
0
Fork
0
You've already forked cppzmq
mirror of
https://github.com/zeromq/cppzmq.git
synced
2024-12-12 18:40:28 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b5ce0ada48
cppzmq
/
demo
/
main.cpp
8 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Problem: code coverage not working Solution: build tests within cppzmq build, and add separate demo
2018-04-02 13:21:11 +02:00
#
include
<zmq.hpp>
Problem: whitespace style too restrictive. For header only library like cppzmq, whitespace style inherited from libzmq is too restrictive. Solution: relaxing whitespace before parens from always to in control statements only, increased max column width from 80 to 85 and removing requirement of whitespace after template keyword.
2018-05-12 18:28:28 +02:00
int
main
(
int
argc
,
char
*
*
argv
)
Problem: code coverage not working Solution: build tests within cppzmq build, and add separate demo
2018-04-02 13:21:11 +02:00
{
zmq
:
:
context_t
context
;
return
0
;
}
Reference in New Issue
Copy Permalink