Skip to content

Commit

Permalink
Use VP_EXPLICIT instead of explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jun 24, 2024
1 parent 5e2091a commit c254485
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/core/include/visp3/core/vpRectOriented.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ class VISP_EXPORT vpRectOriented
vpRectOriented &operator=(const vpRect &rect);

#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
explicit operator vpRect();
#else
operator vpRect();
VP_EXPLICIT operator vpRect();
#endif

void setCenter(const vpImagePoint &center);
Expand Down

0 comments on commit c254485

Please sign in to comment.