Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
enum class forward declaration is a technique that has different meanings, depending on the standard used:
enum class forward declaration is not supported in C++98.
An enum class forward declaration is technique to do a forward declaration on an enum class:
//Forward declaration |
Technical note: the code shown did not compile using the G++ 4.4.5 compiler, which is supplied with the Qt Creator 2.0.0 IDE, but is expected to compile in G++ version 4.6 [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.