mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-12 06:55:20 +08:00
update
This commit is contained in:
11
codingStyleIdioms/5_pImpl/pimplTime.cpp~
Normal file
11
codingStyleIdioms/5_pImpl/pimplTime.cpp~
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "pimplTime.h"
|
||||
|
||||
struct X::XImpl {
|
||||
C c;
|
||||
D d;
|
||||
}
|
||||
|
||||
int main() {
|
||||
X x;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user