]> git.lyx.org Git - features.git/commit
Do not use BOOST_CURRENT_FUNCTION
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Jun 2019 13:57:03 +0000 (15:57 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commitf666814449e3d0dc7f9fb4d7dc5ed92eebe481ed
treef0895d0dc21e677d791279e296f71ccf17971dad
parent8a16e9ca33800305caa8bae6caf286273c7c502a
Do not use BOOST_CURRENT_FUNCTION

There is no need to use that, since __func__ is standard in C++11.

Anyway, this code is unused unless one defines USE__func__ to something.
src/support/debug.h