This website requires JavaScript.
Explore
Help
Sign In
ed
/
gencpp
Watch
1
Star
0
Fork
0
You've already forked gencpp
mirror of
https://github.com/Ed94/gencpp.git
synced
2024-11-14 12:44:52 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40a256f6c3
gencpp
/
project
/
helpers
/
pop_ignores.inline.hpp
8 lines
106 B
C++
Raw
Normal View
History
Unescape
Escape
WIP : Fixes and other changes * Number literals weren't getting properly lexed * Fixes for compiler errors with Unreal Engine configuration. * Support for "post-name" macros in parameters * Support for variables initializing directly using constructor syntax. * Explicitly added inline keyword to header inlines for compiling compile library in multiple translation units.
2024-10-24 22:04:17 -07:00
#
ifdef __clang__
Some refactors (see description) - Renamed macro gen_time to GEN_TIME - Moved scanner and editor to their own headers, I'm going to consider them extensions. - I'm preparing to setup the library to build on multiple compiler platforms: clang, gcc, msvc.
2023-07-18 20:33:00 -07:00
#
pragma clang diagnostic pop
#
endif
WIP : Fixes and other changes * Number literals weren't getting properly lexed * Fixes for compiler errors with Unreal Engine configuration. * Support for "post-name" macros in parameters * Support for variables initializing directly using constructor syntax. * Explicitly added inline keyword to header inlines for compiling compile library in multiple translation units.
2024-10-24 22:04:17 -07:00
#
ifdef __GNUC__
Some refactors (see description) - Renamed macro gen_time to GEN_TIME - Moved scanner and editor to their own headers, I'm going to consider them extensions. - I'm preparing to setup the library to build on multiple compiler platforms: clang, gcc, msvc.
2023-07-18 20:33:00 -07:00
#
pragma GCC diagnostic pop
#
endif
Reference in New Issue
Copy Permalink