SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

Replace myboost/scoped_guard.h with standard equivalent. #30

Closed fvasquez closed 7 years ago

fvasquez commented 7 years ago

SlidingWindowFrameAssembler.cpp uses myboost/scoped_guard.h for metrics. Replace with a standard Boost or STL equivalent. Maybe Boost scoped_lock.

curtnichols commented 7 years ago

No good standard equivalent as far as I'm concerned. Boost's scoped exit is macros, which make me break out in hives.

fvasquez commented 7 years ago

Okay. We can roll our own then but let's add that code to the repo and please don't call it "myboost".